Skip to content

Remove toggle to turn off new navigation

Thomas Hutterer requested to merge 426893-rm-nav-toggle into master

What does this MR do and why?

This MR will Remove the nav toggle (#426893 - closed) that allowed to switch between the old and new navigation. And it shows an announcement to those users who had the new navigation disabled before, as they now are switched over to the new nav.

Screenshots or screen recordings

image

How to set up and validate locally

There are 3 scenarios to review:

  1. A user who had their use_new_navigation preference already set to true (by enabling the toggle that is now removed) should not see the announcement.
  2. A user who had their use_new_navigation preference as nil (because they never touched the toggle, always using the current default) should not see the announcement.
  3. Only a user who had their use_new_navigation preference set to false (by disabling the toggle that is now removed) should see the announcement.

No user should see the "New navigation" toggle anymore.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thomas Hutterer

Merge request reports