-
-
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
Confusing icon for skipped actions #24020
Comments
Does octicons have something suitable? |
They use this to represent skip https://primer.github.io/octicons/skip-24 But I think the ones I googled convey meaning better.. I'm in a dilemma myself over the bent arrow or over the empty box Anyway, the issue is the inconsistent icon, if it is easier to just use https://primer.github.io/octicons/skip-24, then it would also solve the problem. |
We use only 16px, so it'd be https://primer.github.io/octicons/skip-16 |
Shouldn't we not use |
@bilogic Sorry I'm confused.
I think it's
I think it's
Sorry, what do you mean by "should stay the same"? The commit status could be used even without Actions. "prefixing the Update: To be clear. When those are commit status with commit status icons. And those are actions status with actions status icons. |
@wolfogre yes thanks, let me show you what i'm seeing here This is
|
@wolfogre ok thanks, I have little to no understanding of the above. But since it is a thing, I'm sure you guys know better than me. |
…24178) Close #24020 After: These icons are the same now: <img width="1287" alt="截屏2023-04-18 13 52 11" src="https://user-images.githubusercontent.com/17645053/232684252-05ddc101-dc5b-41b5-b374-132c3d853a41.png"> <img width="1141" alt="截屏2023-04-18 13 54 48" src="https://user-images.githubusercontent.com/17645053/232684261-6ebd864a-a9aa-4982-af32-2cea91c35be8.png"> In this PR, didn't use `ActionRunStatus.vue` because the mounting of the component will cause flash of the icons like below: https://user-images.githubusercontent.com/17645053/232682646-713202dc-9023-4b9c-a849-c3a1ae6dd155.mov Instead, modified and used `status.tmpl` to make it the same as `ActionRunStatus.vue` to avoid the ui flash (Welcomed to show how to use `ActionRunStatus.vue` without flashing if there is a way). Added comments to both of them for reminding synchronization of these two files. --------- Co-authored-by: Jason Song <[email protected]>
Description
If an action was skipped, it gets a green tick on the
Closed
pageBut on the code page, it gets a cross
Maybe a red bent arrow like a missed phone call will be better, see below?
Gitea Version
1.19.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Using docker
Database
MySQL
The text was updated successfully, but these errors were encountered: