-
-
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
Archive labels UI enhancement #26511
Archive labels UI enhancement #26511
Conversation
Adding show archived labels checkbox in ui Added style to archived labels
9a26752
to
28e59d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit of toggling the hightlight?
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Here is discussion |
Ok, but I still think a static archived highlight is all what's needed. |
Well, my interpretation was a bit different: |
I am going to change again on the above basis. 💯 |
Why not just sort them to the bottom and add the highlight? Then you don't need extra logic to show them and they don't block the view. |
Works too. |
I can managed that with js |
The extra logic is "sort by archived date" |
|
To keep the archived labels sorted by name too you could do the sorting in Go or sort by |
Keep in mind that the archived labels are only sorted by name because the timestamps are in the correct order. |
1833b22
to
aa8fc8e
Compare
Let's scope this PR for Ui changes only. I am sending a back to back Pr for Sorting and Db migration changes [We need to index the archived_unix] column and a separate method I am introducing because the older method is used several places. Need approvals/reviews regarding UI changes only. |
It's now a different kind of toggle. |
This yellow highlight bar looks very odd, is it removed in latest versions? |
We can change the color. I took it from base.css |
What does it highlight? Archived state? I guess a small "Archived" label would be equally well suited, and less confusing. Maybe in its own column. |
Follup to #26741 |
Closing as of now. |
Followup #26478
Archived labels UI
Added:
Changed:
Outsourced:
Screenshots
Part of #25237