chrysopedia/frontend/src
jlightner ea479f093e fix: run card collapse flicker — auto-expand only on first load, not on every re-render
The load callback had expandedRunId in its dependency array, so collapsing
(setting expandedRunId=null) triggered a reload which re-expanded it.
Replaced with a useRef flag that fires once.
2026-04-03 08:21:51 +00:00
..
api feat: Added Trending Searches section to homepage with real-time popula… 2026-04-03 04:37:36 +00:00
components feat: restructure technique page — bibliography key moments, ToC-only sidebar, sticky title bar, solid featured border 2026-04-03 07:16:03 +00:00
hooks feat: Added .section-heading utility class to unify four heading styles… 2026-04-03 06:22:11 +00:00
pages fix: run card collapse flicker — auto-expand only on first load, not on every re-render 2026-04-03 08:21:51 +00:00
utils feat: Added format-aware v2 body_sections rendering with nested TOC, ci… 2026-04-03 01:42:56 +00:00
App.css fix: revert plugin pill + stats colors to cyan, lower title bar z-index so admin dropdown renders above it 2026-04-03 07:54:15 +00:00
App.tsx feat: Added inline SVG logo mark (cyan arc + dot from favicon) to heade… 2026-04-03 05:47:05 +00:00
main.tsx feat: Split key moment card header into standalone h3 title and flex-ro… 2026-03-30 08:55:48 +00:00
vite-env.d.ts feat: Added AppFooter component displaying app version, build date, com… 2026-03-30 12:00:58 +00:00