18559: Add groups and admin tab to user profile, use for other users profile
authorStephen Smith <stephen@curii.com>
Wed, 2 Mar 2022 15:09:23 +0000 (10:09 -0500)
committerStephen Smith <stephen@curii.com>
Wed, 2 Mar 2022 15:09:23 +0000 (10:09 -0500)
commitaddb01b6d7636a8963ddb1eff4799ebc96f44739
treec286a6da68de067540efb9f566fa6a6358adf616
parent4e862392eae3d1a1846b3f33c6e29f4e68c31aca
18559: Add groups and admin tab to user profile, use for other users profile

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
19 files changed:
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/store/breadcrumbs/breadcrumbs-actions.ts
src/store/group-details-panel/group-details-panel-actions.ts
src/store/navigation/navigation-action.ts
src/store/store.ts
src/store/user-profile/user-profile-actions.ts [new file with mode: 0644]
src/store/user-profile/user-profile-groups-middleware-service.ts [new file with mode: 0644]
src/store/users/users-actions.ts
src/store/virtual-machines/virtual-machines-actions.ts
src/store/workbench/workbench-actions.ts
src/views-components/dialog-forms/setup-shell-account-dialog.tsx
src/views-components/user-dialog/deactivate-dialog.tsx [new file with mode: 0644]
src/views-components/user-dialog/manage-dialog.tsx
src/views/my-account-panel/my-account-panel-root.tsx [deleted file]
src/views/my-account-panel/my-account-panel.tsx [deleted file]
src/views/user-profile-panel/user-profile-panel-root.tsx [new file with mode: 0644]
src/views/user-profile-panel/user-profile-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx