~bigbes/lethe: e048bdf7

web: stats route with backend-driven chart primitives

Eugene Blikh <bigbes@gmail.com> — 2026-04-26 05:46:59 UTC

Commit e048bdf74cd7459076a067ae22038a83e4627b6aview raw patch

Parent(s): 346e6a81

10 changed file(s)

FileStatus+
web/src/api/adapters.test.ts M +72 -2
web/src/api/adapters.ts M +112
web/src/features/stats/useStats.ts A +17
web/src/primitives/Heatmap.tsx A +50
web/src/primitives/HorizontalBars.tsx A +63
web/src/primitives/HourBars.tsx A +51
web/src/primitives/StackedBars.tsx A +72
web/src/primitives/index.ts M +4
web/src/routes/stats.tsx M +294 -7
web/src/styles/stats.css A +80