Merged
Conversation
…lity - Fix: parent folder now stays expanded after creating sub-folder or sub-document - Fix: creating a document in a folder expands the parent folder - Add delete option to 'more' menu for BOTH folders and documents (not just folders) - Documents now also show 'more' icon on hover for deletion - Delete handler: DELETE /documents/:id for docs, DELETE /documents/folder/:id for folders - Root-level documents can now be deleted via their more menu
- When creating a doc/folder in a deeply nested parent, fetch fresh tree first - Then compute all ancestor folder IDs and add them all to expanded Set - This ensures multi-level nested folders (3+ levels) render correctly after creation - Use fresh /documents/tree fetch to get accurate ancestor path
… buttons - Replace text labels with react-icons/md icons (MdFormatBold, MdFormatItalic, etc.) - Compact 8x8 icon buttons in a single row with separator dividers - Active state shows blue background, hover shows gray background - All 38 tests pass
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.
No description provided.