From f93901ba77d5738016626e963da5cec26cacf3cf Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 11 May 2026 09:09:39 +0200 Subject: [PATCH] feat(ui): add Gap-Analyse to sidebar navigation Orange-highlighted section between KI-Compliance and Payment modules. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../sdk/Sidebar/SidebarModuleList.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx b/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx index 5c5b19f5..5328a127 100644 --- a/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx +++ b/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx @@ -75,6 +75,28 @@ export function SidebarModuleList({ collapsed, projectId, pendingCRCount }: Side } label="Compliance Agent" isActive={pathname?.startsWith('/sdk/agent') ?? false} collapsed={collapsed} projectId={projectId} /> + {/* Regulatory Gap-Analyse */} +
+ {!collapsed && ( +
+ Gap-Analyse +
+ )} + + + + } + label="Regulatory Gap-Analyse" + isActive={pathname?.startsWith('/sdk/gap-analysis') ?? false} + collapsed={collapsed} + projectId={projectId} + /> +
+ {/* Payment / Terminal */}
{!collapsed && (