added globalmessages removed condition on Search Button
This commit is contained in:
@@ -5,6 +5,7 @@ import MainNav from "~/components/MainNav.vue";
|
|||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import {useProfileStore} from "~/stores/profile.js";
|
import {useProfileStore} from "~/stores/profile.js";
|
||||||
import {useCapacitor} from "../composables/useCapacitor.js";
|
import {useCapacitor} from "../composables/useCapacitor.js";
|
||||||
|
import GlobalMessages from "~/components/GlobalMessages.vue";
|
||||||
|
|
||||||
const dataStore = useDataStore()
|
const dataStore = useDataStore()
|
||||||
const profileStore = useProfileStore()
|
const profileStore = useProfileStore()
|
||||||
@@ -122,9 +123,11 @@ const footerLinks = [/*{
|
|||||||
|
|
||||||
<UDashboardSidebar id="sidebar">
|
<UDashboardSidebar id="sidebar">
|
||||||
<template #header>
|
<template #header>
|
||||||
<UDashboardSearchButton v-if="!useCapacitor().getIsPhone()" label="Suche..."/>
|
<UDashboardSearchButton label="Suche..."/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<GlobalMessages/>
|
||||||
|
|
||||||
<MainNav/>
|
<MainNav/>
|
||||||
|
|
||||||
<div class="flex-1" />
|
<div class="flex-1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user