-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
"PR closed" event uses "check-circle" icon rather than "git-pull-request-closed" icon for closed and unmerged PRs #27495
Comments
I also just now noticed this, but it seems like that the PR title on a merge message uses a slightly darker colour than the other notifs in the dashboard (See how "Add lorem.md (merge)" is darker for the "merged pull request" message than for "created pull request") |
Closed PR should be
Likely was missed in #27356 |
1. Improve various feed icons 2. Fix merge message color <img width="763" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/3f5bcb23-6d90-4c63-85f2-46bd7e1c96d6"> <img width="769" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/466c37b4-e2f4-42bb-922d-b86596cdc6d0"> Fixes: #27495 Continues: #27356
1. Improve various feed icons 2. Fix merge message color <img width="763" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/3f5bcb23-6d90-4c63-85f2-46bd7e1c96d6"> <img width="769" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/466c37b4-e2f4-42bb-922d-b86596cdc6d0"> Fixes: go-gitea#27495 Continues: go-gitea#27356
Backport #27498 by @silverwind 1. Improve various feed icons 2. Fix merge message color <img width="763" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/3f5bcb23-6d90-4c63-85f2-46bd7e1c96d6"> <img width="769" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/466c37b4-e2f4-42bb-922d-b86596cdc6d0"> Fixes: #27495 Continues: #27356 Co-authored-by: silverwind <[email protected]>
Description
When you close a PR without merging it, does the overview of the web-ui (The one displaying most recent activities related to you and your repositories) use the
check-circle
icon.This is a rather bad choice as the icon in question implies this to be good (As in merged). Instead should the
git-pull-request-closed
icon be used, as it is by far the best fit.Also, merging a PR does use the right icon (
git-merge
).Screenshots
Dashboard from try.gitea.io. From bottom to top there is:
Gitea Version
1.22.0+dev-125-ge3229c8e9
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
Windows
Browser Version
Firefox 118.0.1 (64-Bit)
The text was updated successfully, but these errors were encountered: