From 93a53a43f619c837f9b90d49a6040e6d62c6c160 Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Mon, 17 Aug 2026 12:03:41 +0200 Subject: [PATCH] feat(ui): remove KI/Automation from agents sidebar, add automation to start page, remove from topbar --- frontend/src/components/layout/TopBar.tsx | 8 -------- frontend/src/pages/Agents.tsx | 17 ----------------- frontend/src/pages/StartPage.tsx | 3 ++- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/layout/TopBar.tsx b/frontend/src/components/layout/TopBar.tsx index e072267..69a6826 100644 --- a/frontend/src/components/layout/TopBar.tsx +++ b/frontend/src/components/layout/TopBar.tsx @@ -170,14 +170,6 @@ export function TopBar() { {t('topbar.settings')} )} - {canAccess('audit:read') && (