Skip to content

Move search bar to top nav to test usage changes

What does this MR do and why?

This is usability experiment that will allow us to move search button to the top right corner for a group of users.

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-09-11_at_18.06.18 Screenshot_2024-09-11_at_17.55.52

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the experiment fully
    Feature.enable(:search_button_top_right)
  2. Visit any page http://127.0.0.1:3000
  3. Test search button

Related to #480341

Edited by Tomas Bulva

Merge request reports