Skip to content

Migrates the trial user banner to pajamas

Sam Beckham requested to merge 441086-trial-banner-migration into master

What does this MR do and why?

This MR migrates the final banner component to pajamas. It also removes some extra classes that caused the banner to only show up on desktop devices which goes against pajamas guidelines.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-02-08_at_09.35.23 Screenshot_2024-02-08_at_11.27.10

How to set up and validate locally

  1. Open ee/app/helpers/ee/users/callouts_helper.rb
  2. Remove or comment out lines 24–27 return unless show_ultimate_trial…
  3. Open up the homepage in your GDK.

Related to #441086

Edited by Sam Beckham

Merge request reports