-
Notifications
You must be signed in to change notification settings - Fork 226
feat(frontend): Group affected packages by ecosystem in vertical view #3788
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
Conversation
osv_grouped-pkgs.mp4The vid shows 2 examples;
It shows how large lists of ecosystems or packages are collapsed by default, each triggered by its own numerical threshold. |
/gcbrun |
/gcbrun |
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.
/gcbrun |
/gcbrun |
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.
LGTM! Thanks :)
This PR refactors the "Affected packages" component on the vulnerability details page to improve the user experience for vulnerabilities with many affected packages.
The vertical layout has been redesigned as a two-level accordion, grouped by ecosystem:
Fixes #3087