Show search bar below the navbar on the search results view on small screens #99

Merged
jakob.scheid merged 11 commits from feature/place-search-bar-below-navbar into main 2026-06-01 18:49:58 +02:00
Showing only changes of commit 0df77ef6ee - Show all commits
@@ -14,5 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<script setup>
import Searchbar from '@/features/search/components/Searchbar.vue';
</script>
<template> <template>
<Searchbar
auto-submit
/>
</template> </template>