VideoTools/internal/ui
Stu Leak 5a3be05844 Fix benchmark progress bar percentage calculation
The progress bar was configured with Max=100 but we were setting
values in the 0.0-1.0 range, causing it to always show ~0%.

Fixed by multiplying the percentage by 100 before setting the value,
so 4/22 = 0.18 becomes 18% instead of 0.18%.

Also fixed SetComplete() to set 100.0 instead of 1.0.
2025-12-13 14:04:20 -05:00
..
benchmarkview.go Fix benchmark progress bar percentage calculation 2025-12-13 14:04:20 -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