Skip to content

Migrate search empty states and update banner illustration

Julia Miocene requested to merge search-empty-states-19-02 into master

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
1_before 1_after
2_before 2_after
3_before 3_after

How to set up and validate locally

  1. Open app/views/search/_results_list.html.haml file
  2. Add = render partial: "search/results/timeout" at the end of the file
  3. Visit /search?search=test&nav_source=navbar
  4. Remove = render partial: "search/results/timeout"
  5. Add = render partial: "search/results/error" at the end of the file
  6. Visit /search?search=test&nav_source=navbar
  7. Remove = render partial: "search/results/error"
  8. Open ee/app/views/shared/promotions/_promote_advanced_search.html.haml
  9. Comment if
  10. Visit /search?search=test&nav_source=navbar

#424397 (closed)

Edited by Julia Miocene

Merge request reports