From 3c7ed65f867ebac2a762b239a1044b2feae3a85e Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 11 May 2026 14:34:52 +0200 Subject: [PATCH] fix: remove dangling SDKPipelineSidebar reference Co-Authored-By: Claude Opus 4.6 (1M context) --- admin-compliance/app/sdk/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin-compliance/app/sdk/layout.tsx b/admin-compliance/app/sdk/layout.tsx index 24dfaee..9595659 100644 --- a/admin-compliance/app/sdk/layout.tsx +++ b/admin-compliance/app/sdk/layout.tsx @@ -208,8 +208,7 @@ function SDKInnerLayout({ children }: { children: React.ReactNode }) { {/* Command Bar Modal */} {isCommandBarOpen && setCommandBarOpen(false)} />} - {/* Pipeline Sidebar (FAB on mobile/tablet, fixed on desktop xl+) */} - + {/* Pipeline Sidebar removed — replaced by per-module FAB navigators */} {/* Compliance Advisor Widget — immer sichtbar, auch ohne Projekt */}