Skip to content

Remove old `new_nav_for_everyone_callout` code

Thomas Hutterer requested to merge 454405-rm_new_nav_callout into master

What does this MR do and why?

This removes the code for the callout that informed users that the new (2023) nav redesign is now active for everyone. This code was added about a year ago in !134531 (merged). So the callout isn't relevant anymore 🚮

Closes #454405 (closed).

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

The only way to still see this callout today is if your user still had its use_new_navigation preference set to false, and if you hadn't dismissed that callout yet.

image

How to set up and validate locally

  • In the console, run User.first.update(use_new_navigation: false).
  • Log in with the same user. You should not see the callout.

And yes, I'll open a follow-up MR to remove that use_new_navigation preference itself, too!

Edited by Thomas Hutterer

Merge request reports

Loading