Move organization role change dropdown to drawer

What does this MR do and why?

Moves the organization user role change dropdown into a drawer.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screen_Recording_2024-12-16_at_11.55.47_AM

How to set up and validate locally

  1. In rails console enable the ui_for_organizations feature flag.
    Feature.enable(:ui_for_organizations)
  2. Sign in as root user (or a user with an organization owner role).
  3. Go to the organization users page http://localhost:3000/-/organizations/default/users.
  4. Click the role text button in the organization users table to open the drawer.
  5. Select a new role.

Merge request reports

Loading