summaryrefslogtreecommitdiff
path: root/internal/gui/persistence.go
AgeCommit message (Collapse)Author
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-03-08fix: complete code-quality task queue (373-378)Paul Buetow