Skip to content

Enhance hand raise modal button layout for mobile

Doug Stull requested to merge 476608-fix-for-mobile into master

What does this MR do and why?

Enhance hand raise modal button layout for mobile

  • make buttons full width in mobile

Changelog: other EE: true

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

buttons are full width on mobile

Before After
Screenshot_2024-08-02_at_11.31.55_AM Screenshot_2024-08-02_at_11.31.03_AM

How to set up and validate locally

  1. Setup GDK to simulate SaaS.
  2. Seed the add-ons for your instance from the terminal if they haven't been created yet(rerun will not harm anything if you do have them)
    • FILTER=add_ons bundle exec rake db:seed_fu
  3. Create new group.
  4. In rails console make it ultimate.
bin/rails c

Group.last.gitlab_subscription.update(hosted_plan: Plan.find_by(name: 'ultimate'))
  1. Navigate to group created above and go to Settings -> Billings
  2. Click on 'Contact sales.

Related to #476608 (closed)

Merge request reports

Loading