feat(web): add user edit dialog to admin users page (MS21-UI-002) #578
Reference in New Issue
Block a user
Delete Branch "feat/ms21-ui-user-dialogs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds inline Edit button per user row on the admin Users settings page. Opens a dialog to update the user's display name via PATCH /admin/users/:id. Note: role changes are workspace-scoped and handled via the workspace member management UI (MS21-UI-004).