VideoTools/internal/ui
Stu Leak 1367a7e492 Truncate long error messages in queue view to prevent UI overflow
Long FFmpeg error messages were pushing the queue UI off screen, making
the interface unusable when jobs failed with verbose errors.

Changes:
- Truncate error messages to 150 characters maximum in status text
- Add helpful message indicating full error is available via Copy Error button
- Enable text wrapping on status labels to handle multi-line content gracefully
- Prevents UI layout breakage while maintaining error visibility

Users can still access the full error message via:
- Copy Error button (copies full error to clipboard)
- View Log button (opens per-job conversion log)

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-13 08:45:08 -05:00
..
components.go Simplify droppable to match fyne drop signature 2025-12-11 07:22:36 -05:00
mainmenu.go Enforce DVD presets and optional merge chapters 2025-12-10 14:53:09 -05:00
queueview.go Truncate long error messages in queue view to prevent UI overflow 2025-12-13 08:45:08 -05:00