summaryrefslogtreecommitdiff
path: root/internal/gui/dialogs.go
AgeCommit message (Collapse)Author
2026-04-21Audit stripped comicgen leftoversPaul Buetow
2026-04-06feat: add Fyne GUI dialog for gallery video generationPaul Buetow
Adds showGalleryVideoDialog in internal/gui/dialogs.go: a multi-checkbox list (all pre-selected) lets the user choose which gallery PNGs to animate, then calls cli.GenerateSelectedVideos in a goroutine while a progress dialog indicates background work. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>