🛂(frontend) block edition to not connected users

If an editor is working on a shared document but
is not connected to the collaborative server
we are now blocking the edition.
It is to avoid none connected users to
overwrite the document with connected
users.
This commit is contained in:
Anthony LC
2025-05-06 14:25:10 +02:00
parent 598fb4fa27
commit 3c8cacc048
11 changed files with 284 additions and 42 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to
- 🚩(frontend) version MIT only #911
- ✨(backend) integrate maleware_detection from django-lasuite #936
- 🩺(CI) add lint spell mistakes #954
- 🛂(frontend) block edition to not connected users #945
## Changed