Tweak/minor changes#1056
Merged
Merged
Conversation
added 3 commits
September 8, 2025 11:08
It will take the brand image from global setting if added
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements minor UI/UX improvements and fixes for the video editor and migration tools. The changes focus on improving default settings and fixing a progress bar behavior issue.
- Enable branding icon by default for all videos using global branding settings
- Close Bookmarks and Locked tabs by default for better initial UI state
- Fix progress bar jumping to 100% issue by removing immediate fetch on restart
- Update migration tool descriptions for better clarity
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pages/video-editor/redux/slice/videoSlice.js | Enable branding icon by default |
| pages/tools/components/tabs/Migration/VimeoVideoMigration.jsx | Remove immediate fetch call and improve description text |
| pages/tools/components/tabs/Migration/CoreVideoMigration.jsx | Remove immediate fetch call and improve description text |
| pages/media-library/components/folder-tree/LockedTab.jsx | Set locked tab to closed by default |
| pages/media-library/components/folder-tree/BookmarkTab.jsx | Set bookmark tab to closed by default |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Collaborator
Author
@nayemDevs could you please confirm the updated message on both the migration tools? |
nayemDevs
approved these changes
Sep 8, 2025
subodhr258
approved these changes
Sep 8, 2025
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.

Show Brandingoption to true for all videos. It will tak the brand image from gloab setting if added.Restart migrationbutton click.