feat: Implement full folder management system with file move support - #4
Merged
Conversation
rajtoshranjan
commented
Mar 8, 2026
Owner
- Backend: Add Folder model with self-referential parent FK, partial unique constraints per scope (root/subfolder), cycle detection, and has_contents guard
- Backend: Add FolderViewSet with list, create, rename, delete, move, and path actions
- Backend: Add folder_id support to file upload and file list filtering
- Backend: Add file move action (POST /files/{id}/move/)
- Frontend: Add folder CRUD dialogs (create, rename, move, delete confirmation)
- Frontend: Add MoveFileDialog for moving files between folders
- Frontend: Add FolderBreadcrumb (always visible; static Home at root, clickable in subfolders)
- Frontend: Add FolderCard with dropdown menu (rename, move, delete)
- Frontend: Migrate folder navigation from Redux state to URL (useSearchParams)
- Frontend: Hoist breadcrumb toolbar above loading/empty state so it is always rendered
- Backend: Add Folder model with self-referential parent FK, partial unique
constraints per scope (root/subfolder), cycle detection, and has_contents guard
- Backend: Add FolderViewSet with list, create, rename, delete, move, and path actions
- Backend: Add folder_id support to file upload and file list filtering
- Backend: Add file move action (POST /files/{id}/move/)
- Frontend: Add folder CRUD dialogs (create, rename, move, delete confirmation)
- Frontend: Add MoveFileDialog for moving files between folders
- Frontend: Add FolderBreadcrumb (always visible; static Home at root, clickable in subfolders)
- Frontend: Add FolderCard with dropdown menu (rename, move, delete)
- Frontend: Migrate folder navigation from Redux state to URL (useSearchParams)
- Frontend: Hoist breadcrumb toolbar above loading/empty state so it is always rendered
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…move vertical padding from file list container.
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.