feat(web): add user edit/invite dialogs and workspace member management (MS21-UI-002, MS21-UI-004) (#592)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-01 03:54:32 +00:00
committed by jason.woltje
parent 1df20f0e13
commit 7106512fa9
5 changed files with 1046 additions and 308 deletions
+1
View File
@@ -53,6 +53,7 @@ export interface InvitationResponse {
export interface UpdateUserDto {
name?: string;
email?: string;
deactivatedAt?: string | null;
emailVerified?: boolean;
preferences?: Record<string, unknown>;