Develop - #682
Merged
Merged
Conversation
Fix seek causing playback to reset to 0 and pause
Feat/multi upload progress
Support shift-click range selection when editing videos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several usability improvements and bug fixes for the video dashboard and player. The main updates include enhanced multi-selection support using shift-click in the dashboard, improved drag-and-drop file handling, and better detection of network stalls during video seeking. These changes improve the editing workflow and playback reliability.
Dashboard and Selection Improvements:
Dashboard.js,CompactVideoCard.js) [1] [2] [3] [4]lastSelectedIdRef) when exiting edit mode to avoid unexpected range selections. (Dashboard.js)File Upload Handling:
openFileswith the full array of files, instead of only the first file. (GlobalDragDropOverlay.js)Video Player Stability:
VideoJSPlayer.js) [1] [2] [3] [4]Other:
1.7.3to1.7.4inpackage.json. (package.json)