Commit Graph

8 Commits

Author SHA1 Message Date
00443c4a3a Fix subtitle module not switching view on drop from main menu
- Changed handleSubtitlesModuleDrop to call showModule("subtitles")
- Previously only refreshed if already in subtitles view (s.active == "subtitles")
- When dropping from main menu, s.active was "mainmenu", so view never switched
- Now matches behavior of compare and inspect modules
- Video path will now properly populate when dragging from main menu
2025-12-26 21:00:06 -05:00
f001796f03 Remove nested droppable wrappers in subtitle module
- Remove individual droppable wrappers from entry widgets and list area
- Keep only the top-level content droppable wrapper
- Fixes video file path not populating when dragging files
- Nested droppables were interfering with drop event handling
2025-12-26 20:55:37 -05:00
584835000b Fix subtitle module drag and drop and remove emojis from scripts
- Wrap entire subtitle module content in droppable container for drag and drop anywhere
- Remove all emojis from build scripts (build-linux.sh, build.sh, build-windows.sh, alias.sh)
- Subtitle module now accepts video/subtitle file drops on any part of the view
2025-12-26 20:17:24 -05:00
326ea872b7 Clean up subtitle module placeholder text 2025-12-26 20:05:54 -05:00
f113e95821 Fix drag and drop for subtitle module - wrap entire view in droppable 2025-12-26 19:55:04 -05:00
ca903fbbeb Add drag and drop enhancements and timing offset controls to subtitle module 2025-12-26 19:44:38 -05:00
89292a0a0f Add persistent configs for author/subtitles/merge/rip 2025-12-24 15:39:22 -05:00
4cf60e2d8c Add subtitles module with offline STT 2025-12-23 18:30:27 -05:00