feat: add transaction statistics to TransactionsPage; implement reconciled and categorized percentage calculations, enhance card layout, and update UI components for improved data presentation
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m11s

This commit is contained in:
Julien Froidefond
2025-12-23 11:27:06 +01:00
parent 9de7d1a467
commit 01c1f25de2
3 changed files with 78 additions and 6 deletions

View File

@@ -220,6 +220,7 @@ export function useTransactionsChartData({
isLoading,
totalAmount,
totalCount,
transactions: transactionsData?.transactions || [],
};
}