chrysopedia/frontend
jlightner b3204bece9 feat: Version switcher on technique pages — view historical snapshots with pipeline metadata
- Version dropdown appears when version_count > 0 (hidden until first re-run)
- Selecting a historical version overlays snapshot content (title, summary, body, chains, plugins)
- Key moments and related links always show live data (not versioned)
- Pipeline metadata block shows model, capture time, and prompt file hashes (truncated)
- Cyan banner when viewing historical version with "Back to current" button
- fetchTechniqueVersion API function for single version detail
2026-03-30 03:02:31 -05:00
..
src feat: Version switcher on technique pages — view historical snapshots with pipeline metadata 2026-03-30 03:02:31 -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: Built CreatorsBrowse (randomized default sort, genre filter, name… 2026-03-30 00:13:11 +00: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