Skip to content

Add tabs and header action buttons to issues list page refactor

What does this MR do?

This MR adds tabs and header buttons to the issues list page refactor from Haml to Vue, which is under the feature flag vue_issues_list defaulted to off.

Adds:

  • Open/Closed/All tabs
  • Header buttons (RSS, calendar, import/export CSV, bulk edit issues, and new issue buttons)

List of issues list page refactor steps:

  • Add missing UI elements to issue list card — Done in !55699 (merged)
  • Add pagination — Done in !55699 (merged)
  • Add sorting — Done in !56754 (merged)
  • Add bulk edit — Done in !57230 (merged)
  • Add tabs and header buttons — This MR!
  • Add searching
  • Add filtering
  • Add missing filtered-search tokens
  • Add empty state

Screenshots (strongly suggested)

Screenshot_2021-03-25_at_6.31.54_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #322755 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports