From 1c828a584353ac393981a657bded2cc57494bc6e Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 12 May 2026 14:16:15 +0200 Subject: [PATCH] fix: add Audit Timeline to SDK sidebar navigation Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/sdk/Sidebar/SidebarModuleList.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx b/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx index 2f747f12..dde2413d 100644 --- a/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx +++ b/admin-compliance/components/sdk/Sidebar/SidebarModuleList.tsx @@ -108,6 +108,19 @@ export function SidebarModuleList({ collapsed, projectId, pendingCRCount }: Side collapsed={collapsed} projectId={projectId} /> + + + + } + label="Audit Timeline" + isActive={pathname?.startsWith('/sdk/audit-timeline') ?? false} + collapsed={collapsed} + projectId={projectId} + /> {/* Payment / Terminal */}