You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(frontend): Group affected packages by ecosystem in vertical view (#3788)
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:
- Ecosystems are now the top-level collapsible headers.
- Packages belonging to an ecosystem are nested inside as their own
individual collapsible cards.
- Ecosystems and packages are collapsed by default if their count is
above a set threshold.
Fixes#3087
---------
Co-authored-by: Shehab <[email protected]>
Co-authored-by: Rex P <[email protected]>
0 commit comments