This commit is contained in:
Marcelo
2026-04-24 03:17:04 +00:00
parent e705f5e965
commit 4973c18dc3
13 changed files with 1058 additions and 94 deletions

View File

@@ -30,13 +30,13 @@ type NavItem = {
};
const items: NavItem[] = [
{ href: "/recap", labelKey: "nav.recap", icon: Sunrise },
{ href: "/overview", labelKey: "nav.overview", icon: LayoutGrid },
{ href: "/machines", labelKey: "nav.machines", icon: Wrench },
{ href: "/reports", labelKey: "nav.reports", icon: BarChart3 },
{ href: "/alerts", labelKey: "nav.alerts", icon: Bell },
{ href: "/financial", labelKey: "nav.financial", icon: DollarSign, ownerOnly: true },
{ href: "/downtime", labelKey: "nav.downtime", icon: BarChart3 },
{ href: "/recap", labelKey: "nav.recap", icon: Sunrise },
];
const settingsItem: NavItem = { href: "/settings", labelKey: "nav.settings", icon: Settings };