Draft: Add narrow screen modification for search button
requested to merge 480341-move-search-bar-to-top-nav-to-test-usage-changes-followup into 480341-move-search-bar-to-top-nav-to-test-usage-changes
What does this MR do and why?
Add narrow screen modification for top right search button
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
Viewport size | Before | After |
---|---|---|
xs (<576px) |
||
sm (>=576px) |
||
md (>=768px) |
||
lg (>=992px) |
||
xl (>=1200px) |
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:search_button_top_right)
- Visit page
http://127.0.0.1:3000
- Check out the top right corner button
Related to #480341 (closed)