Replace typesafe-actions with unionize, add fetching user details action
authorDaniel Kos <daniel.kos@contractors.roche.com>
Wed, 6 Jun 2018 06:14:11 +0000 (08:14 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Wed, 6 Jun 2018 06:15:05 +0000 (08:15 +0200)
commit7e58fd10a7abc133b32a5084796c2b061e03ecd8
tree1b9b871d8f7326edba7f2698e94b630d1555a01c
parent6e6ef73c3a75b2cfb6d0ee11827630ca46266982
Replace typesafe-actions with unionize, add fetching user details action

Feature #13563

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>:
16 files changed:
package.json
src/common/actions.ts [new file with mode: 0644]
src/common/server-api.ts
src/components/api-token/api-token.tsx
src/components/tree/tree.tsx
src/index.tsx
src/models/user.ts
src/services/auth-service/auth-service.ts
src/store/auth-action.ts
src/store/auth-reducer.ts
src/store/project-action.ts
src/store/project-reducer.ts
src/store/root-reducer.ts
src/store/store.ts
src/views/workbench/workbench.tsx
yarn.lock