Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: document selection highlighting and title editing #90

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

fynnfluegge
Copy link
Owner

Adds functionality to select and edit documents in the editor component. When a document is selected, its content is fetched from the server and displayed in the editor. The commit also includes changes to the sidenav component to highlight the selected document and update the content in the editor when a document is selected. Additionally, it adds input fields for creating and editing document titles.

Fixes #65

This commit adds functionality to select and edit documents in the editor component. When a document is selected, its content is fetched from the server and displayed in the editor. The commit also includes changes to the sidenav component to highlight the selected document and update the content in the editor when a document is selected. Additionally, it adds input fields for creating and editing document titles.
@fynnfluegge fynnfluegge merged commit 77acd6b into main Nov 5, 2023
1 check passed
@fynnfluegge fynnfluegge deleted the feat/highlight_current_document_in_tree branch November 5, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(webapp): document selection highlight does not work for childs
1 participant