Migrate RefSelector to GlCollapsibleListbox
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR resolves #386873 (closed)
Main purpose of this MR is to migrate ref_selector to GlCollapsibleListbox
As first step it changes internally and all props stays untouched because this component is used on many occasions.
Next iteration will be removing unused props:
refType
Main UX change is how errors are rendered, new GlCollapsibleListbox
doesn't render group section at all if there no items.
That's why I moved this section to footer
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
app/assets/javascripts/pages/projects/pipeline_schedules/shared/init_form.js
app/assets/javascripts/branches/init_new_branch_ref_selector.js
app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue
ee/app/assets/javascripts/on_demand_scans_form/components/on_demand_scans_form.vue
app/assets/javascripts/pipeline_wizard/components/commit.vue
app/assets/javascripts/projects/commits/index.js
app/assets/javascripts/projects/settings/components/default_branch_selector.vue
app/assets/javascripts/releases/components/tag_field_new.vue
app/assets/javascripts/repository/index.js
app/assets/javascripts/search/under_topbar/index.js
app/assets/javascripts/tags/init_new_tag_ref_selector.js
New error state |
---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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 #386873 (closed)