-
-
Notifications
You must be signed in to change notification settings - Fork 19
Add Label Filtering to Release Notes with Dropdown Menu #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
base: master
Are you sure you want to change the base?
Add Label Filtering to Release Notes with Dropdown Menu #24
Conversation
|
Hey @akien-mga Could you provide an update on this PR? It would be great if it could be reviewed. Also, is this a feature that you would like to integrate into the project? 😁 |
dbaa65f to
2256bc8
Compare
|
The implementation seems fine, but I don't know if the feature is actually desired. We'd need to hear more from the community on whether they'd want to have this specific filter. I could imagine a request for more filtering options, but just filtering out bug fixes seems a bit specific and peculiar to me. I'm assuming your goal is to mostly see new features. So what about documentation updates or typo fixes? What about a filter to highlight regression fixes? Personally, having a filter to see only bug fixes also seems quite worthwhile, as users often want to know if "their" favorite bug has been tackled. So IMO this needs a bit more design thinking. UI wise, I'm also not too fond of the checkbox there. I haven't given much thought yet to what would be better though, but that kind of depends on whether we want to implement more extensive filter options. |
Thanks for your feedback. I understand what you mean. Considering your points, we could maybe implement a dropdown menu that allows users to manually select the labels they want to include. Items that do not have the selected labels would be filtered out. |
a9c57a8 to
499968c
Compare
|
Hey @akien-mga, I have now implemented the dropdown menu. One thing I would like to ask is how we should handle the Bildschirmaufnahme_20250307_202640.webm |
499968c to
fa98bca
Compare
f694af5 to
573d6cb
Compare
|
This Pull Request is ready for review again 🙂 |
|
Hello everyone, is there any news about this PR or anything else I should adjust? Thank you! |
Overview
This PR is adding a new "Hide Bugs" option to the release notes component. Now, users can toggle the visibility of pull requests labeled "bug." This will help declutter the release notes view, allowing users to focus on non-bug changes.
Benefits
Showcase
Bildschirmaufnahme_20250207_183815.webm
Looking forward to your input!