# 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
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
changed title from Move Searchbar in SearchResultView.vue in the NavBar to Move the search bar in the search results view into the navigation bar2026-05-29 16:20:11 +02:00
jakob.scheid
changed title from Move the search bar in the search results view into the navigation bar to Feat: move search bar in the search results view into the navigation bar2026-07-20 12:13:24 +02:00
jakob.scheid
changed title from Feat: move search bar in the search results view into the navigation bar to Feat(search): move search bar in the search results view into the navigation bar2026-07-20 12:26:24 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Move the search bar in the search results view into the navigation bar
Summary:
Related issues
Closes: #64
@@ -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';Usually, pascal case (PascalCase) is used when naming Vue.js components.
@@ -31,3 +24,1 @@<div class="main-content-padding"><Searchbar class="search-bar" v-model="searchQueryModel" auto-submit /><div class="main-content-padding">Could you please remove these whitespaces?
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?
Move Searchbar in SearchResultView.vue in the NavBarto Move the search bar in the search results view into the navigation barMove the search bar in the search results view into the navigation barto Feat: move search bar in the search results view into the navigation barFeat: move search bar in the search results view into the navigation barto Feat(search): move search bar in the search results view into the navigation bar