Clarify crossed out vulnerabilities in security MR widget
This is an actionable insight from the UX Department: MRs experience async critique research (insight).
What
In the security MR widget, sometimes vulnerabilities are crossed out without any explanation.
How
-
Remove crossed out treatment of
Dismissedvulnerabilities -
Add the
Dismissedbadge (as shown in the vulnerability detail modal)
Implementation Plan
- Modify
app/assets/javascripts/reports/components/report_item.vue, remove theis-dismissedclass, and change it to aGlLabelorGlBadgeinstead (whichever component makes more sense). - Add tests.
- Update the docs (screenshots, wording, etc).
Edited by Daniel Tian

