Simpl-Resultat/src
Le-King-Fu 84eca47afd feat: implement dashboard with KPI cards, category pie chart, and recent transactions
Wire dashboard to real DB data with period selector (month/3m/6m/12m/all),
expense breakdown donut chart by category, and last 10 transactions list.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 23:49:16 +00:00
..
components feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
hooks feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
i18n feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
pages feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
services feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
shared feat: implement dashboard with KPI cards, category pie chart, and recent transactions 2026-02-08 23:49:16 +00:00
utils fix: reload column headers on config change and add YYYYMMDD date format 2026-02-08 04:08:33 +00:00
App.tsx Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
main.tsx Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
styles.css Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
vite-env.d.ts Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00