-
Notifications
You must be signed in to change notification settings - Fork 24
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
Hiding labels do not work as expected #240
Comments
What do you guys think? @CATcher-org/2324s2 |
This is certainly something worth thinking about. Is there a use case for hiding the UI label without excluding it from search? If there is,
Or,
Kind of goes against what users expect of a checkbox, but it is a possible solution I would suggest together with that, also change the label colours or some bigger indicator on the label name itself so it is more obvious to the user if it is negated or selected. As the checkbox is quite small |
I would agree with the 3-state checkbox as a solution to incorporate the feature of hiding relevant issues & PRs. Perhaps instead of presenting it as a checkbox, we can indicate green border around the label in the dropdown when filtering the label in (selected), and red when filtering the label out (negated)? I think by incorporating this 3-state button, we can also better present hiding just the label better as a feature than a bug. For the feature of hiding just the label to reduce clutter, I think the feature is fine as it is right now. It is sometimes necessary to reduce the clutter when there are too many labels used on an issue. When the user wants to unhide the label, the user would still have to go back to the list to click on the eye icon. However, it would still be too much effort for the user to go through a long list of labels just to hide a label from the table. Perhaps a possible enhancement to this feature is to have an eye icon on the label on each issue/PR card, which the user can just click to hide the label from the table? Probably the eye icon should only be visible when the user hover the mouse over the label. |
Describe the bug
When hiding a label, from the dropdown on the top right corner, only the labels are hidden, but not the related issues & PRs.
To Reproduce
Expected behavior
It should hide the issues & PRs that have the label. The current behaviour is that only the label becomes hidden, but not the related issues & PRs.
I think it makes more sense that when a user clicks on hiding a label, the user wants to hide the relevant issues & PRs with the label.
Screenshots
After hiding the label
difficulty.Easy
:Desktop (please complete the following information):
Additional context
As discussed in #230
The text was updated successfully, but these errors were encountered: