chrysopedia/frontend
jlightner df33d15360 feat: Pipeline events, admin dashboard, and version switcher UI
- Add pipeline_events table (migration 004) for structured stage logging
- Add PipelineEvent model with token usage tracking
- Admin pipeline dashboard with video list, event log, worker status,
  trigger/revoke controls, and collapsible JSON payload viewer
- Version switcher on technique pages — view historical snapshots
  with pipeline metadata (model names, prompt hashes)
- Frontend types for pipeline admin and version APIs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 05:55:07 -05:00
..
src feat: Pipeline events, admin dashboard, and version switcher UI 2026-03-30 05:55:07 -05:00
index.html fix: Added overflow-x:hidden to html/body, fixed mobile overflow on mod… 2026-03-30 06:40:58 +00:00
package-lock.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
package.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
tsconfig.app.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
tsconfig.app.tsbuildinfo feat: Pipeline events, admin dashboard, and version switcher UI 2026-03-30 05:55:07 -05:00
tsconfig.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
vite.config.ts feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00