Create my account view
authorPawel Kromplewski <pawel.kromplewski@contractors.roche.com>
Thu, 29 Nov 2018 12:47:09 +0000 (13:47 +0100)
committerPawel Kromplewski <pawel.kromplewski@contractors.roche.com>
Thu, 29 Nov 2018 12:47:09 +0000 (13:47 +0100)
commit92dd5d32b573b5c90f3ce72dc207f6d0e7f21178
tree1d75ef0e0b85f93cba69dd5b8abc1c250a60863d
parent4ab30205d4a2ea82d6fd4a71798ec2e1eba4ac0a
Create my account view

Feature #14452

Arvados-DCO-1.1-Signed-off-by: Pawel Kromplewski <pawel.kromplewski@contractors.roche.com>
13 files changed:
src/models/user.ts
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/services/auth-service/auth-service.ts
src/store/auth/auth-action.ts
src/store/auth/auth-reducer.test.ts
src/store/my-account/my-account-panel-actions.ts [new file with mode: 0644]
src/store/navigation/navigation-action.ts
src/store/workbench/workbench-actions.ts
src/views-components/main-app-bar/account-menu.tsx
src/views/my-account-panel/my-account-panel-root.tsx [new file with mode: 0644]
src/views/my-account-panel/my-account-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx