feat(lancamentos): adiciona suporte a ícone de categoria

Adiciona campo categoriaIcon ao tipo LancamentoItem e seu mapeamento
no page-helpers para exibir ícones das categorias na tabela.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-01-22 12:38:47 +00:00
parent ca0242d380
commit a57c73bd11
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export type LancamentoItem = {
categoriaId: string | null;
categoriaName: string | null;
categoriaType: string | null;
categoriaIcon: string | null;
installmentCount: number | null;
recurrenceCount: number | null;
currentInstallment: number | null;