feat(web): admin panel with session management (#89)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #89.
This commit is contained in:
2026-03-13 13:33:45 +00:00
committed by jason.woltje
parent e44cb7e56a
commit 4fe7d09e5c
3 changed files with 102 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ const navItems: NavItem[] = [
{ label: 'Tasks', href: '/tasks', icon: '📋' },
{ label: 'Projects', href: '/projects', icon: '📁' },
{ label: 'Settings', href: '/settings', icon: '⚙️' },
{ label: 'Admin', href: '/admin', icon: '🛡️' },
];
export function Sidebar(): React.ReactElement {