Truncate counts on group issues list refactor
What does this MR do and why?
This MR truncates counts on the group issues list page for the Vue refactor (#322755 (closed)) behind the feature flag vue_issues_list
to mimic existing functionality under the Haml page.
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:vue_issues_list)
- Visit any group issues list page such as
http://127.0.0.1:3000/groups/h5bp/-/issues
- Mock the tab counts in
app/assets/javascripts/issues/list/components/issues_list_app.vue:420
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 #322755 (closed)