Skip to content

Remove vulnerability report export button popover

Daniel Tian requested to merge 383345-remove-export-button-popover into master

What does this MR do and why?

On the vulnerability report, there is an export button with a popover:

ksnip_20221122-010344

This popover has been around for a while, and we no longer need to highlight the export feature to the user. This MR removes the popover.

How to set up and validate locally

  1. Check out the master branch.
  2. If you've disabled the popover before, run the following in the DevTools console to re-show it:
localStorage.removeItem('vulnerability_csv_export_popover_dismissed')
  1. Verify that the popover shows.
  2. Check out the branch for this MR.
  3. Refresh the page and verify that the popover no longer shows.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #383345 (closed)

Edited by Daniel Tian

Merge request reports