(frontend) add comments feature

Implemented the comments feature for the document
editor.
We are now able to add, view, and manage comments
within the document editor interface.
This commit is contained in:
Anthony LC
2025-09-12 15:44:27 +02:00
parent b13571c6df
commit 48e1370ba3
16 changed files with 1330 additions and 18 deletions

View File

@@ -54,6 +54,7 @@ and this project adheres to
- ✨(frontend) create skeleton component for DocEditor #1491
- ✨(frontend) add an EmojiPicker in the document tree and title #1381
- ✨(frontend) ajustable left panel #1456
- ✨ Add comments feature to the editor #1330
### Changed