added globalmessages removed condition on Search Button

This commit is contained in:
2025-04-05 19:36:10 +02:00
parent 8604a18ed5
commit b1ed0b17ed

View File

@@ -5,6 +5,7 @@ import MainNav from "~/components/MainNav.vue";
import dayjs from "dayjs";
import {useProfileStore} from "~/stores/profile.js";
import {useCapacitor} from "../composables/useCapacitor.js";
import GlobalMessages from "~/components/GlobalMessages.vue";
const dataStore = useDataStore()
const profileStore = useProfileStore()
@@ -122,9 +123,11 @@ const footerLinks = [/*{
<UDashboardSidebar id="sidebar">
<template #header>
<UDashboardSearchButton v-if="!useCapacitor().getIsPhone()" label="Suche..."/>
<UDashboardSearchButton label="Suche..."/>
</template>
<GlobalMessages/>
<MainNav/>
<div class="flex-1" />