(frontend) add or invite users to a doc

Add or invite a user to a doc.
If the user is already in the system,
the user will be added to the doc,
otherwise, the user will be invited to the doc.
This commit is contained in:
Anthony LC
2024-05-30 10:08:49 +02:00
committed by Anthony LC
parent d30ac8ee4e
commit 2b67d0bd26
19 changed files with 823 additions and 27 deletions

View File

@@ -15,6 +15,8 @@ and this project adheres to
- Remove document (#68)
- (docker) dockerize dev frontend (#63)
- (backend) list users with email filtering (#79)
- (frontend) add user to a document (#52)
- (frontend) invite user to a document (#52)
## Changed