Align listbox with current naming
What does this MR do and why?
I recently did a couple of dropdown migrations and got a comment about using GlListbox component (!107493 (comment 1233200340))
chore: update
GlListbox
toGlCollapsibleListbox
to align with current naming (following WAI ARIA example). For more context check out the Epic and issue comment.
So here's a MR that changes GlListbox
to GlCollapsibleListbox
for recently created incident event tags.
Screenshots or screen recordings
No visual changes, it's just a name of a component and some variables names.
How to set up and validate locally
- Open the Rails Console in a terminal under the gitlab/ folder: rails c
- Run Feature.enable(:incident_event_tags) to enable to feature globally for your GitLab instance.
- Navigate to Monitor > Incidents page
- Create new or open an existing incident
- Navigate to Timeline tab of the incident
- Click "Add new timeline event" button at the bottom
- Choose a tag from dropdown to fill in the note with default content
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 #373854 (closed)
Edited by Paulina Sedlak-Jakubowska