ajuste de layout mobile, melhorias e criação de novas funções. Detalhes adicionados no CHANGELOG.md

This commit is contained in:
Guilherme Bano
2026-02-18 23:21:14 -03:00
committed by Felipe Coutinho
parent 31fe752b7d
commit ffde55f589
29 changed files with 857 additions and 213 deletions

View File

@@ -7,6 +7,7 @@ import {
RiDashboardLine,
RiFileChartLine,
RiFundsLine,
RiPieChartLine,
RiGroupLine,
RiInboxLine,
RiPriceTag3Line,
@@ -160,6 +161,11 @@ export function createSidebarNavData(
url: "/relatorios/tendencias",
icon: RiFileChartLine,
},
{
title: "Gastos por categoria",
url: "/relatorios/gastos-por-categoria",
icon: RiPieChartLine,
},
{
title: "Uso de Cartões",
url: "/relatorios/uso-cartoes",