Show search bar below the navbar on the search results view on small screens #99

Merged
jakob.scheid merged 11 commits from feature/place-search-bar-below-navbar into main 2026-06-01 18:49:58 +02:00
Owner

Show search bar below the navbar on the search results view on small screens

Before, the search bar was displayed in the navbar when the search results view was active, regardless of the screen width. This caused the navbar to look very squished on small screens on the search results view.

This PR places the search bar below the navbar (on the search results view) on small screens.

Summary

  • Add search bar wrapper component for the navbar search bar
  • Put the wrapper component below and into the navbar and show the correct one (according to the screen size)
  • Set the search form width in the search bar component to 100 %

Related issues

Closes: #97

# Show search bar below the navbar on the search results view on small screens Before, the search bar was displayed in the navbar when the search results view was active, regardless of the screen width. This caused the navbar to look very squished on small screens on the search results view. This PR places the search bar below the navbar (on the search results view) on small screens. ## Summary - Add search bar wrapper component for the navbar search bar - Put the wrapper component below and into the navbar and show the correct one (according to the screen size) - Set the search form width in the search bar component to 100 % ## Related issues Closes: #97
jakob.scheid added this to the responsive-design-ready milestone 2026-06-01 17:56:51 +02:00
jakob.scheid added the
area
search-results
prio
medium
type
feature
labels 2026-06-01 17:56:51 +02:00
jakob.scheid added this to the MVP Frontend project 2026-06-01 17:56:51 +02:00
jakob.scheid added 11 commits 2026-06-01 17:56:51 +02:00
jakob.scheid moved this to Review in MVP Frontend on 2026-06-01 18:04:07 +02:00
johannes.vos requested changes 2026-06-01 18:15:53 +02:00
Dismissed
johannes.vos closed this pull request 2026-06-01 18:17:31 +02:00
johannes.vos reopened this pull request 2026-06-01 18:44:12 +02:00
johannes.vos approved these changes 2026-06-01 18:44:38 +02:00
jakob.scheid merged commit fea440edaa into main 2026-06-01 18:49:58 +02:00
jakob.scheid deleted branch feature/place-search-bar-below-navbar 2026-06-01 18:49:59 +02:00
jakob.scheid moved this to Done in MVP Frontend on 2026-06-01 18:50:59 +02:00
Sign in to join this conversation.