Refactor import group name and path field to Vue
What does this MR do and why?
In !88085 (merged) we refactored the Group name
and Group URL
fields that are shown when creating a group from HAML/jQuery to Vue. This MR utilizes the same components to give the import group screen the same treatment. It is behind the group_name_path_vue
which is currently enabled on gitlab.com.
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2022-06-17_at_12.27.47_PM | Screen_Recording_2022-06-17_at_12.24.54_PM |
How to set up and validate locally
- Enable the
group_name_path_vue
feature flagbin/rails console
Feature.enable(:group_name_path_vue)
- Navigate to http://gdk.test:3000/groups/new#import-group-pane
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 #361816 (closed)
Edited by Peter Hegman