feat(dashboard): tendências top 10 e padronização de espaçamento do inbox

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-04-11 22:43:38 +00:00
parent 9b8ac9f71f
commit fba9686fdb
3 changed files with 39 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ export function CategoryTrendsWidget({
(a, b) =>
Math.abs(b.percentageChange ?? 0) - Math.abs(a.percentageChange ?? 0),
)
.slice(0, 6);
.slice(0, 10);
if (trending.length === 0) {
return (