VideoTools/internal/ui
Stu Leak 1447e1478f Fix Fyne threading errors in benchmark progress updates
All UI updates from the benchmark goroutine were causing threading
errors because they weren't wrapped in DoFromGoroutine. Fixed:

- UpdateProgress: progress bar and label updates
- AddResult: adding result cards to the display
- SetComplete: final status updates

These methods are called from background goroutines running the
benchmark tests, so all UI updates must be dispatched to the main
thread using fyne.CurrentApp().Driver().DoFromGoroutine().

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-13 13:33:18 -05:00
..
benchmarkview.go Fix Fyne threading errors in benchmark progress updates 2025-12-13 13:33:18 -05:00
components.go Simplify droppable to match fyne drop signature 2025-12-11 07:22:36 -05:00
mainmenu.go Add benchmark history tracking and results browser 2025-12-13 13:07:51 -05:00
queueview.go Truncate long error messages in queue view to prevent UI overflow 2025-12-13 08:45:08 -05:00