-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename actions tabs from Open/Closed to Running/Finished #24553
Conversation
Some tasks are queue, canceled or failed. Is running/finished accurate enough? |
Cancelled and failed are both finished, just not successfully. For queued I'd say running is good enough. |
How about: runs.open_tab = %d Ongoing
runs.closed_tab = %d Finished
I'm not a native English speaker, just my opinions from coding. |
I do not think "Running" is clear either. I can accept |
I guess |
That's exactly what I said here #24553 (comment) Seeing as how everyone wants to name these tabs differently should we just skip this PR and go straight into removing the tabs altogether? I really don't see a point in showing only one of the state at the time. |
Yeah I guess actions just don't fit into the 2-state scheme like issues do. I havent' really checked this actions UI yet, but I assume these buttons are non-critical to usage, right? |
I don't want to be too strict, so to clarify my opinion: For "Open":
For "Close":
|
I agree #24711 |
replaced by #24711 |
We should just show all runs. This removes the filtering altogether. - Replaces #24553 # Before ![image](https://github.com/go-gitea/gitea/assets/20454870/be4fb69a-ea84-44bb-9606-65a0626be721) ![image](https://github.com/go-gitea/gitea/assets/20454870/68942224-e519-43f1-87fe-f3cffef5879a) # After ![image](https://github.com/go-gitea/gitea/assets/20454870/b3c3b200-ad44-4163-86ec-44a76362eae6) --------- Signed-off-by: Yarden Shoham <[email protected]>
It doesn't make sense for actions to be open or closed so rename them to be running/finished.
Before:
With this change: