whisper-money/resources/js/components/dashboard
Víctor Falcón a826182d47 Add dashboard analytics frontend
- Create reusable dashboard components:
  - StatCard with loading states and trend indicators
  - NetWorthCard with period comparison
  - SpendingSummaryCard with trend visualization
  - CashFlowCard showing income vs expenses
  - NetWorthChart with area chart visualization
  - AccountBalanceCard with sparkline charts
  - TopCategoriesCard with category breakdown
- Add useDashboardData hook for fetching analytics
- Update dashboard page with complete analytics UI
- Include date range selector and responsive grid layout
2025-12-01 10:30:46 +01:00
..
account-balance-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
cash-flow-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
net-worth-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
net-worth-chart.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
spending-summary-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
stat-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00
top-categories-card.tsx Add dashboard analytics frontend 2025-12-01 10:30:46 +01:00