feat: remove issues/milestones from nav, show project code

This commit is contained in:
zhi
2026-03-12 09:25:35 +00:00
parent 5b37daed9b
commit 7099e5cf77
3 changed files with 2 additions and 3 deletions

View File

@@ -31,9 +31,7 @@ export default function Sidebar({ user, onLogout }: Props) {
const links = user ? [
{ to: '/', icon: '📊', label: 'Dashboard' },
{ to: '/issues', icon: '📋', label: 'Issues' },
{ to: '/projects', icon: '📁', label: 'Projects' },
{ to: '/milestones', icon: '🏁', label: 'Milestones' },
{ to: '/notifications', icon: '🔔', label: 'Notifications' + (unreadCount > 0 ? ' (' + unreadCount + ')' : '') },
{ to: '/monitor', icon: '📡', label: 'Monitor' },
] : [