Something went wrong. Please try again.
Migrate search empty states and update banner illustration
What does this MR do and why?
- Migrate search empty states to Pajamas component
- Update banner illustration
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
Before | After |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to set up and validate locally
- Open
app/views/search/_results_list.html.haml
file - Add
= render partial: "search/results/timeout"
at the end of the file - Visit
/search?search=test&nav_source=navbar
- Remove
= render partial: "search/results/timeout"
- Add
= render partial: "search/results/error"
at the end of the file - Visit
/search?search=test&nav_source=navbar
- Remove
= render partial: "search/results/error"
- Open
ee/app/views/shared/promotions/_promote_advanced_search.html.haml
- Comment
if
- Visit
/search?search=test&nav_source=navbar
Edited by Julia Miocene
Merge request reports
Activity
Please register or sign in to reply