summaryrefslogtreecommitdiff
path: root/internal/gui/audio_paths.go
AgeCommit message (Collapse)Author
2026-04-21Audit stripped comicgen leftoversPaul Buetow
2026-04-06refactor: decompose gui.Application god object into focused servicesPaul Buetow
Extract CardService (file I/O, persistence, card directory management) and GenerationOrchestrator (audio/image/phonetics generation) from the 2852-line Application struct. Application is now thin UI event-wiring. Also split all functions over 50 lines into focused helpers throughout app.go. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02Fix GUI audio reload and bg-bg session statePaul Buetow
2026-04-02Fix GUI voice-suffixed audio discoveryPaul Buetow
2026-04-02Harden GUI audio loading for GeminiPaul Buetow