fix: remove mail settings, automation/agents from sidebar + settings from bottom

- Remove Einstellungen from E-Mail group (accessible via Settings page)
- Remove Automation and Agenten from sidebar (accessible via Topbar profile menu)
- Remove Settings from sidebar bottom items
This commit is contained in:
Agent Zero
2026-07-24 22:04:45 +02:00
parent 26ee8f8853
commit 046f00e464
3 changed files with 3 additions and 23 deletions
+1 -3
View File
@@ -32,9 +32,7 @@ const singleItems: NavSingleItem[] = [
{ to: '/contacts', labelKey: 'nav.contacts', icon: <Users className="w-5 h-5 flex-shrink-0" aria-hidden="true" strokeWidth={2} />, order: 10 },
];
const bottomItems: NavSingleItem[] = [
{ to: '/settings', labelKey: 'nav.settings', icon: <Settings className="w-5 h-5 flex-shrink-0" aria-hidden="true" strokeWidth={2} />, order: 999 },
];
const bottomItems: NavSingleItem[] = [];
export function Sidebar() {
const { t } = useTranslation();