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 |
---|---|
mobile
light | dark |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- In rails console enable the experiment fully
Feature.enable(:search_button_top_right)
- Visit any page
http://127.0.0.1:3000
- Test search button
Related to #480341 (closed)
Edited by Tomas Bulva