From bd1d6ba765ddf5f2cc43f111bccc80309008ad01 Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Fri, 13 Mar 2026 10:39:00 +0000 Subject: [PATCH] refactor: Reorganize sidebar menu structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Core features at top: Dashboard, AuftrΓ€ge, Mitarbeiter, VerfΓΌgbarkeit, Stundenzettel, Objekte - Premium modules in collapsible 'Module' section - Settings and Help at bottom - Clean visual separation with dividers --- src/components/layout/AppSidebar.vue | 148 +++++++++++++++++++++------ 1 file changed, 115 insertions(+), 33 deletions(-) diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index bd1ef78..13ef26d 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -1,5 +1,5 @@