Move the search bar in the search results view into the navigation bar #82

Merged
jakob.scheid merged 10 commits from chore/searchbar into main 2026-05-29 18:30:06 +02:00
Member

Move the search bar in the search results view into the navigation bar

Summary:

  • Move search bar into navbar when the search results view is visible

Related issues

Closes: #64

# Move the search bar in the search results view into the navigation bar ## Summary: - Move search bar into navbar when the search results view is visible ## Related issues Closes: #64
johannes.vos added 5 commits 2026-05-29 16:00:13 +02:00
johannes.vos added the
area
search-results
prio
low
type
chore
labels 2026-05-29 16:00:21 +02:00
johannes.vos added this to the mvp-frontend milestone 2026-05-29 16:00:23 +02:00
johannes.vos added this to the MVP Frontend project 2026-05-29 16:00:24 +02:00
johannes.vos self-assigned this 2026-05-29 16:00:27 +02:00
johannes.vos moved this to Review in MVP Frontend on 2026-05-29 16:00:35 +02:00
jakob.scheid reviewed 2026-05-29 16:07:21 +02:00
@@ -18,3 +20,4 @@
import ColorSchemeButton from '@/features/colorScheme/components/ColorSchemeButton.vue';
import LanguageSwitchButton from '@/features/i18n/components/LanguageSwitchButton.vue';
import logo from '@/assets/images/logo.svg';
import Searchbar from '@/features/nav/components/Searchbar-SearchResults.vue';
Owner

Usually, pascal case (PascalCase) is used when naming Vue.js components.

Usually, pascal case (PascalCase) is used when naming Vue.js components.
jakob.scheid marked this conversation as resolved
jakob.scheid reviewed 2026-05-29 16:08:09 +02:00
@@ -31,3 +24,1 @@
<div class="main-content-padding">
<Searchbar class="search-bar" v-model="searchQueryModel" auto-submit />
<div class="main-content-padding">
Owner

Could you please remove these whitespaces?

Could you please remove these whitespaces?
jakob.scheid marked this conversation as resolved
Owner

Why did you create a new component for the search bar and copied the content of the search bar component into that instead of using the search bar component?

Why did you create a new component for the search bar and copied the content of the search bar component into that instead of using the search bar component?
jakob.scheid added 1 commit 2026-05-29 16:18:42 +02:00
jakob.scheid changed title from Move Searchbar in SearchResultView.vue in the NavBar to Move the search bar in the search results view into the navigation bar 2026-05-29 16:20:11 +02:00
jakob.scheid added 2 commits 2026-05-29 18:14:18 +02:00
jakob.scheid added 1 commit 2026-05-29 18:16:49 +02:00
jakob.scheid added 1 commit 2026-05-29 18:28:56 +02:00
jakob.scheid approved these changes 2026-05-29 18:29:47 +02:00
jakob.scheid merged commit 3b8c387c44 into main 2026-05-29 18:30:06 +02:00
jakob.scheid deleted branch chore/searchbar 2026-05-29 18:30:06 +02:00
jakob.scheid moved this to Done in MVP Frontend on 2026-05-29 18:33:37 +02:00
Sign in to join this conversation.