UI: Einstellungen+AuditLog aus Sidebar entfernt, AuditLog ins User-Menü, Suchfeld höher, Benachrichtigungs-Icon größer

This commit is contained in:
Agent Zero
2026-07-20 00:10:22 +02:00
parent 1d3b7a497b
commit beb4d7a9ff
5 changed files with 9 additions and 6 deletions
@@ -53,7 +53,6 @@ describe('AppShell', () => {
const sidebar = screen.getByTestId('sidebar');
expect(within(sidebar).getByText('Dashboard')).toBeInTheDocument();
expect(within(sidebar).getByText('Kontakte')).toBeInTheDocument();
expect(within(sidebar).getByText('Einstellungen')).toBeInTheDocument();
});
it('topbar contains tenant switcher, search, notifications, and user menu', () => {