Skip to content

Improve CSV import/export buttons code

Coung Ngo requested to merge cngo-improve-csv-import-buttons-code into master

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
Screenshot_2021-10-01_at_4.16.05_pm Screenshot_2021-10-01_at_4.27.41_pm
Screenshot_2021-10-01_at_4.16.23_pm Screenshot_2021-10-01_at_4.27.58_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any project issues page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. 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.

Merge request reports