Commit Graph

3 Commits

Author SHA1 Message Date
Kavi a2cb7d3700 Import Claude Design dashboard: 12-tab finance terminal
Full handoff from claude.ai/design bundle (4ESEfttPcJJzpoqjJxZozQ):
- dashboard.html: 12-tab shell (Overview, Spending, Income, People,
  Cards, Cycles, Balances, Rhythm, Platforms, Banks, Ledger, Quality)
- engine.js: data normalisation, categorisation, Sankey graph builder
- charts.js: reusable SVG primitives (bars, donuts, heatmaps, multiline)
- dashboard.js + dashboard2.js: all tab renderers
- styles.css + dashboard.css: Space Grotesk / IBM Plex Mono dark terminal
- sankey-view.js + orbit-view.js: Sankey and radial cycle views
- money-trace.html: Sankey / Orbit visualisation shell
- tweaks-panel.jsx: React palette/glow tweaks panel
2026-06-02 03:39:20 -04:00
Kavi 97ca5d6c10 Redesign dashboard: sidebar nav, donut chart, card feed layout 2026-06-02 02:12:34 -04:00
Kavi 822a9b5907 Add dashboard.html and static file serving to server
- web/dashboard.html: overview dashboard with KPI cards, type breakdown
  bars, entity list with accounts, movements table with filters, and a
  slide-in origin/destination tree panel for any movement
- src/server.js: serve web/ as static files (GET /), add CORS headers
  so the dashboard works from file:// too; default route is dashboard.html
2026-06-01 22:38:51 -04:00