Add folder move functionality to browse tab#1610
Open
tnswo561412 wants to merge 2 commits intosaber-notes:mainfrom
Open
Add folder move functionality to browse tab#1610tnswo561412 wants to merge 2 commits intosaber-notes:mainfrom
tnswo561412 wants to merge 2 commits intosaber-notes:mainfrom
Conversation
Allow users to move folders (with all subfolders and notes) to a different location. This helps organize notes by grouping month-based folders (e.g., 24-01, 24-02) into year folders (e.g., 2024). - Add moveDirectory method to FileManager - Create MoveFolderButton component with destination picker dialog - Add move button to folder long-press menu in GridFolders - Prevent moving folder into its own subdirectory - Auto-rename folders on conflict (e.g., "folder (2)")
Author
|
I understand you must be busy, but I would highly appreciate it if you could spare some time to review this PR. As a part of a university course assignment, feedback or a merge is crucial for my submission deadline. Please let me know if there are any issues I need to resolve, or if you have specific feedback on the code. Thank you for your time! |
|
#1540 this needs solving please review this merge. |
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.
Summary
Test plan