18559: Add tri-state account status indicator and associated context menu actions
authorStephen Smith <stephen@curii.com>
Wed, 30 Mar 2022 02:44:06 +0000 (22:44 -0400)
committerStephen Smith <stephen@curii.com>
Wed, 30 Mar 2022 02:45:19 +0000 (22:45 -0400)
commit5cefad212822a48c83af1d38cbe14368c0cb1a20
tree562b835ac04fd45793baad0ef17d53d19caede2a
parentd839ac44e90bfca5e07e8cc5ddf56c30deabc008
18559: Add tri-state account status indicator and associated context menu actions

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
12 files changed:
src/components/icon/icon.tsx
src/models/group.ts
src/services/user-service/user-service.ts
src/store/auth/auth-action.ts
src/store/user-profile/user-profile-actions.ts
src/store/users/user-panel-middleware-service.ts
src/views-components/context-menu/action-sets/user-action-set.ts
src/views-components/data-explorer/renderers.tsx
src/views-components/user-dialog/activate-dialog.tsx [new file with mode: 0644]
src/views-components/user-dialog/deactivate-dialog.tsx
src/views/user-panel/user-panel.tsx
src/views/workbench/workbench.tsx