Skip to content

Refactor vulnerability header and footer

Daniel Tian requested to merge 209990-refactor-vulnerability-header-footer into master

What does this MR do?

This MR refactors the vulnerability header and footer to prepare it for the history list feature. It does the following:

  1. Renamed app.vue to header.vue to match with footer.vue and updated its component name from VulnerabilityManagementApp to VulnerabilityHeader to match with VulnerabilityFooter.

  2. Fixed some spacing issues and removed some unnecessary wrapper elements.

  3. Moved the issue note from below the horizontal line to above it. This is to avoid confusion because the history list will be below the line, so it makes more sense to have the "either there's only one item shown or not at all" stuff to above the line:

Before After
Screenshot_from_2020-04-02_01-21-46 Screenshot_from_2020-04-02_01-16-44

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports