Layout admin panel #13

Merged
Matteo merged 6 commits from feat/front-end-layout-admin into develop 2026-02-06 08:22:09 +00:00
Showing only changes of commit 55408119ea - Show all commits

View File

@@ -24,7 +24,6 @@
<a
:href="href"
@click="navigate"
:class="isReceptionActive ? 'opacity-100' : 'opacity-50'"
>
Admin
</a>
@@ -109,7 +108,6 @@ import { useAuthStore } from '~/stores/auth'
const route = useRoute()
const auth = useAuthStore()
const isReceptionActive = computed(() => route.path.startsWith('/reception'))
const isMenuOpen = ref(false)
const closeMenu = () => {