You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(record): studio layout + modular front-end
- three-column layout: clips | takes rail | stage — takes and coach
move out of the teleprompter area for good
- state-aware stage via body class: recording dims the rails so only
the script competes for attention; review shrinks (never hides) the
script and shows one review card: coach stats, notes, transcript,
player, keep/retake
- takes rail newest-first (list_takes sorts descending)
- uber index.html split into web/: index.html + style.css + 6 plain ES
modules (state/mic/record/review/takes/main) talking over an event
bus — no framework, no build step, still embedded via include_str!
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments