codeburn/desktop
AgentSeal 026795cd34 feat(desktop): add insight modes — trend chart, forecast, pulse tiles, and stats grid
Adds InsightPills mode switcher and four insight panels: 19-day bar chart with hover
tooltips (TrendInsight), month-to-date + projection with prior-month delta (ForecastInsight),
three efficiency tiles for cache hit / 1-shot / cost-per-session (PulseInsight), and a
2-column stats grid with streaks and lifetime total (StatsInsight). Wired into App.tsx
with an insight-area section between period tabs and the activity section.
2026-04-29 14:24:39 -07:00
..
dist feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
Scripts feat(desktop): Windows MSI build + tray + CLI discovery 2026-04-18 15:52:22 -07:00
src feat(desktop): add insight modes — trend chart, forecast, pulse tiles, and stats grid 2026-04-29 14:24:39 -07:00
src-tauri feat(desktop): Windows MSI build + tray + CLI discovery 2026-04-18 15:52:22 -07:00
.gitignore feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
DEVELOPMENT.md feat(desktop): Windows MSI build + tray + CLI discovery 2026-04-18 15:52:22 -07:00
index.html feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
package-lock.json feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
package.json feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
tokens.json feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
tsconfig.json feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00
vite.config.ts feat(desktop): scaffold Tauri 2.x tray app for Linux + Windows 2026-04-17 17:53:10 -07:00