generated from Seekra/repository-template
Move the search bar in the search results view into the navigation bar #82
Reference in New Issue
Block a user
Delete Branch "chore/searchbar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 bar