feat(reports): add reports page and export notification downloads

This commit is contained in:
2026-04-27 16:15:41 +03:30
parent 4befb50eb7
commit 61a1dc238d
13 changed files with 1978 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ import {
PanelRightClose,
PanelRightOpen,
Briefcase,
ChartColumn,
Clock3,
Tags,
} from 'lucide-react';
@@ -35,6 +36,11 @@ export const Sidebar = ({ mobileOpen = false, onMobileClose }: SidebarProps) =>
icon: Clock3,
label: t.sidebar?.timesheet || 'Timesheet'
},
{
path: '/reports',
icon: ChartColumn,
label: t.sidebar?.reports || 'Reports'
},
{
path: '/tags',
icon: Tags,