-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix labels display #32758
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
Fix labels display #32758
Conversation
The divider between "repo" labels and "org" labels are added intentionally, if you hide it, people are not able to distinguish "reop/org" labels.
|
Is there a use case to have identical labels under org and repo? repo labls are more like "extension" of general, org labels |
Besides, divider between repo and org labels doesn't hint which labels are org and repo owned. It only "breaks" the sorting/grouping |
Before "visual work", we should make it "theoretically right", right? I have finished my " Fix duplicate dropdown dividers #32760 ", and added enough tests, I think it should work for all cases. The behavior is 100% controlled and we could always fine-tune it by what we need. |
Can we merge repo and org labels as well? I don't see any reason why we should separate them, because now:
scope_a/1 looks "broken" in UX |
I have no idea, I do not use these features, maybe you could open a proposal and invite the initial contributors to provide feedbacks. |
Fixes #32758
also fixes exclusive from repo and org grouping


search fixed using css
