VideoTools/internal/ui
VideoTools CI c039ed2753 Rename Thumb module to Thumbnail throughout codebase
- Rename thumb_module.go to thumbnail_module.go and thumb_config.go to thumbnail_config.go
- Update all function names from showThumbView/addThumbSource/etc to showThumbnailView/addThumbnailSource/etc
- Update all struct fields from thumbFile/thumbFiles/etc to thumbnailFile/thumbnailFiles/etc
- Update config struct from thumbConfig to thumbnailConfig
- Update job type from JobTypeThumb to JobTypeThumbnail
- Update module registration from 'thumb' to 'thumbnail' in main.go
- Update UI components to show 'THUMBNAIL' instead of 'THUMB'
- Update handler function from HandleThumb to HandleThumbnail
- Update file naming patterns from 'thumb_*.jpg' to 'thumbnail_*.jpg'
- Update author module references to use Thumbnail naming
- Update documentation in QUEUE_SYSTEM_GUIDE.md
- Maintains all existing functionality while using clearer naming
2026-01-17 04:15:39 -05:00
..
benchmarkview.go feat: improve UI readability and flexibility 2026-01-02 12:02:51 -05:00
colors.go Increase color separation for formats and codecs 2026-01-06 18:48:57 -05:00
command_editor.go fix: update main menu version display to dev22 2026-01-03 13:58:22 -05:00
components.go Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00
mainmenu.go Scope history clear to active tab 2026-01-10 01:39:57 -05:00
noise.go Restore UI noise opacity to 3 percent 2026-01-07 15:29:56 -05:00
queueview.go Rename Thumb module to Thumbnail throughout codebase 2026-01-17 04:15:39 -05:00