chore: remover páginas estabelecimentos e gastos-por-categoria

- Remove /estabelecimentos e todos seus componentes e actions
- Remove /relatorios/gastos-por-categoria e seus arquivos
- Remove tabela `estabelecimentos` do schema e migration 0019
- Remove nav items de ambas as features do sidebar
- Reverte widget expenses-by-category ao estado original
- Remove filtro de estabelecimento dos lançamentos (filters, table, page-helpers)
- Reverte getRecentEstablishmentsAction para query apenas em lancamentos
- Limpa CHANGELOG removendo entradas das features removidas
This commit is contained in:
Felipe Coutinho
2026-02-21 21:27:37 +00:00
parent 94f6b0a986
commit f640990912
20 changed files with 155 additions and 1023 deletions

View File

@@ -7,13 +7,11 @@ import {
RiDashboardLine,
RiFileChartLine,
RiFundsLine,
RiPieChartLine,
RiGroupLine,
RiInboxLine,
RiPriceTag3Line,
RiSettings2Line,
RiSparklingLine,
RiStore2Line,
RiTodoLine,
} from "@remixicon/react";
@@ -126,11 +124,6 @@ export function createSidebarNavData(
url: "/orcamentos",
icon: RiFundsLine,
},
{
title: "Estabelecimentos",
url: "/estabelecimentos",
icon: RiStore2Line,
},
],
},
{
@@ -167,11 +160,6 @@ 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",