(frontend) add useBroadcastStore

Add the useBroadcastStore.
It will give us the ability to easily
broadcast actions to all connected clients.

In this case, we requery the doc to everyone
when a change relative to the doc rights is made.
This commit is contained in:
Anthony LC
2024-11-09 10:03:52 +01:00
committed by Anthony LC
parent 8bd83cbfcd
commit 5ee6a43f08
9 changed files with 120 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to
## Added
- 🌐(frontend) Add German translation #255
- ✨(frontend) Add a broadcast store #387
## Changed
@@ -22,6 +23,7 @@ and this project adheres to
- 🦺(backend) add comma to sub regex #408
- 🐛(editor) collaborative user tag hidden when read only #385
- 🐛(frontend) user have view access when revoked #387
## [1.7.0] - 2024-10-24