From 873bd748047cd055b31578a9eaff28cd0639200c Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:20:30 +0200 Subject: [PATCH] feat(place-search-bar-below-navbar): show search bar in the navbar search bar wrapper component only when the search results view is active --- src/features/nav/components/NavbarSearchBarWrapper.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/features/nav/components/NavbarSearchBarWrapper.vue b/src/features/nav/components/NavbarSearchBarWrapper.vue index 08ab85f..7b68e1d 100644 --- a/src/features/nav/components/NavbarSearchBarWrapper.vue +++ b/src/features/nav/components/NavbarSearchBarWrapper.vue @@ -16,10 +16,15 @@ limitations under the License. \ No newline at end of file