Migrate "Invite a group" dropdown to `GlCollapsableListbox`
What does this MR do and why?
Related to #387517 (closed)
When inviting a group to another group or project in Manage
-> Members
there is a dropdown that allows you to select a group. We would like to add infinite scroll to this dropdown to make it easier to find groups. Before we can add infinite scroll we need to migrate the dropdown to GlCollapsableListbox
. This MR takes care of the migration. The infinite scroll will be added in a subsequent MR.
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2023-06-21_at_11.17.03_AM | Screen_Recording_2023-06-21_at_11.16.27_AM |
How to set up and validate locally
- Navigate to a group or project ->
Manage
->Members
- Click
Invite a group
in the upper right corner - Choose a group from the dropdown
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.
Edited by Peter Hegman