From 4daf550568a492c6c2f1c7f3a919ac07b319e737 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:16:09 +0200 Subject: [PATCH 01/11] feat(place-search-bar-below-navbar): add empty navbar search bar wrapper component --- .../nav/components/NavbarSearchBarWrapper.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/features/nav/components/NavbarSearchBarWrapper.vue diff --git a/src/features/nav/components/NavbarSearchBarWrapper.vue b/src/features/nav/components/NavbarSearchBarWrapper.vue new file mode 100644 index 0000000..f7ca44f --- /dev/null +++ b/src/features/nav/components/NavbarSearchBarWrapper.vue @@ -0,0 +1,18 @@ + + + \ No newline at end of file From 0df77ef6ee74ffdf3775c075ff68342685bc4545 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:17:32 +0200 Subject: [PATCH 02/11] feat(place-search-bar-below-navbar): integrate search bar in the navbar search bar wrapper component --- src/features/nav/components/NavbarSearchBarWrapper.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/features/nav/components/NavbarSearchBarWrapper.vue b/src/features/nav/components/NavbarSearchBarWrapper.vue index f7ca44f..08ab85f 100644 --- a/src/features/nav/components/NavbarSearchBarWrapper.vue +++ b/src/features/nav/components/NavbarSearchBarWrapper.vue @@ -14,5 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. --> + + \ No newline at end of file From 873bd748047cd055b31578a9eaff28cd0639200c Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:20:30 +0200 Subject: [PATCH 03/11] 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 From 9b175e39232b7de9166cac8d513d08f182ac7583 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:23:35 +0200 Subject: [PATCH 04/11] feat(place-search-bar-below-navbar): add search bar model to the navbar search bar wrapper component --- .../nav/components/NavbarSearchBarWrapper.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/features/nav/components/NavbarSearchBarWrapper.vue b/src/features/nav/components/NavbarSearchBarWrapper.vue index 7b68e1d..4ac2724 100644 --- a/src/features/nav/components/NavbarSearchBarWrapper.vue +++ b/src/features/nav/components/NavbarSearchBarWrapper.vue @@ -17,14 +17,27 @@ limitations under the License. \ No newline at end of file From cabebfb9febaf86173aedcea0d5f1082fc0c3199 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:23:57 +0200 Subject: [PATCH 05/11] feat(place-search-bar-below-navbar): use navbar search bar wrapper component in the navbar --- src/features/nav/components/Navbar.vue | 27 ++------------------------ 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index e8a6482..d19d293 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -15,25 +15,10 @@ limitations under the License. -->