From e38467e14614416d0e320d25f016a3f6e43ac6cb Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Fri, 13 Mar 2026 10:44:22 +0000 Subject: [PATCH] feat: Add module visibility management - ModulesView: new 'Sichtbarkeit' tab with role matrix - Chef can toggle visibility per module per role - Sidebar filters modules based on user role visibility - Quick actions for bulk enable/disable --- src/components/layout/AppSidebar.vue | 64 ++++--- src/views/ModulesView.vue | 245 +++++++++++++++++++++++++-- 2 files changed, 270 insertions(+), 39 deletions(-) diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index 13ef26d..3978847 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -1,8 +1,9 @@