From 48beff753e479f453608acf991e9dece777b9875 Mon Sep 17 00:00:00 2001 From: r-dev Date: Sat, 4 Apr 2026 17:14:02 +0200 Subject: [PATCH] =?UTF-8?q?feat(ui)=20:=20reorganize=20navbar=20by=20busin?= =?UTF-8?q?ess=20domain=20=E2=80=94=20Catalogues=20+=20Administration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/components/layout/AppNavbar.vue | 53 +++++++------------- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/frontend/app/components/layout/AppNavbar.vue b/frontend/app/components/layout/AppNavbar.vue index 23b94c2..2221072 100644 --- a/frontend/app/components/layout/AppNavbar.vue +++ b/frontend/app/components/layout/AppNavbar.vue @@ -44,7 +44,7 @@
  • @@ -122,7 +122,7 @@
  • + navGroups.filter(g => !g.requiresEdit || canEdit.value) +) const { fetchUnresolvedCount } = useComments() const { isDark, toggle: toggleDarkMode, init: initDarkMode } = useDarkMode()