Add filter dropdown component and change activity filter to use it
What does this MR do and why?
This MR adds a filter_dropdown.vue
component and refactors activity_filter.vue
to use it. For the vulnerability filters, each one has repeated boilerplate code for the filter label, the dropdown header, and the dropdown button text. FilterDropdown
moves them into a common component that can be shared between the filters.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #383346 (closed)
Edited by Daniel Tian