Improve CSV import/export buttons code
What does this MR do and why?
This MR improves the CSV import/export buttons code. No changes in logic were made.
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 project issues page such as
http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
- Test the csv import/export buttons
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.