feat(dashboard): add quick actions and new overview widgets

This commit is contained in:
Felipe Coutinho
2026-03-02 17:20:28 +00:00
parent 3d3a9e1414
commit 2a21bef2da
21 changed files with 1166 additions and 116 deletions

View File

@@ -9,6 +9,7 @@ import {
RiGroupLine,
RiPriceTag3Line,
RiSparklingLine,
RiStore2Line,
RiTodoLine,
} from "@remixicon/react";
@@ -110,6 +111,11 @@ export const NAV_SECTIONS: NavSection[] = [
icon: <RiBankCard2Line className="size-4" />,
preservePeriod: true,
},
{
href: "/relatorios/estabelecimentos",
label: "estabelecimentos",
icon: <RiStore2Line className="size-4" />,
},
],
},
];