Compare commits

..

5 Commits

Author SHA1 Message Date
09d63a68d8 Merge branch 'develop' into feat/front-end-layout-admin
# Conflicts:
#	.idea/workspace.xml
#	frontend/layouts/default.vue
2026-02-06 09:15:35 +01:00
0a4a021a46 feat : layout administration 2026-02-06 09:08:18 +01:00
47679926ff feat : layout administration 2026-02-06 08:13:31 +01:00
c186e6a5e1 feat : layout administration (WIP) 2026-02-05 16:47:01 +01:00
3062709f08 feat : layout administration (WIP) 2026-02-05 14:01:29 +01:00

View File

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