fix(ui): remover avisos visuais e destacar atualizações

This commit is contained in:
Felipe Coutinho
2026-04-03 18:11:30 +00:00
parent 5c4995961c
commit f5cdae4853
11 changed files with 190 additions and 80 deletions

View File

@@ -117,6 +117,7 @@ export function AttachmentGridItem({
src={url}
alt={attachment.fileName}
fill
sizes="(max-width: 640px) 50vw, (max-width: 1024px) 33vw, (max-width: 1280px) 25vw, 20vw"
unoptimized
className="object-cover transition-transform duration-300 group-hover:scale-105"
/>

View File

@@ -14,13 +14,13 @@ const MOCK_INVOICES: MockInvoice[] = [
cardName: "Nubank",
logo: "nubank.png",
amount: 1898,
dueLabel: "Vence em 3 dias",
dueLabel: "Vence hoje",
},
{
cardName: "Itaú",
logo: "itau.png",
amount: 1923,
dueLabel: "Vence em 8 dias",
dueLabel: "Vence amanhã",
},
];