init collection edit dialog, add reducers, modify store, refactor code
authorJanicki Artur <artur.janicki@contractors.roche.com>
Thu, 2 Aug 2018 09:20:22 +0000 (11:20 +0200)
committerJanicki Artur <artur.janicki@contractors.roche.com>
Thu, 2 Aug 2018 09:20:22 +0000 (11:20 +0200)
commit4b065bb111ccdfdde1756e6507b84b72ce67c511
treeae166d14ec0a6937ba638e16cf245b5eadf39139
parentc384037883732764d73829804aabee0ccfc8aa61
init collection edit dialog, add reducers, modify store, refactor code

Feature #13903

Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki@contractors.roche.com>
16 files changed:
src/common/custom-theme.ts
src/store/collection-panel/collection-panel-action.ts
src/store/collections/collections-reducer.ts [new file with mode: 0644]
src/store/collections/creator/collection-creator-action.ts
src/store/collections/creator/collection-creator-reducer.test.ts
src/store/collections/creator/collection-creator-reducer.ts
src/store/collections/updator/collection-updator-action.ts [new file with mode: 0644]
src/store/collections/updator/collection-updator-reducer.ts [new file with mode: 0644]
src/store/store.ts
src/views-components/context-menu/action-sets/collection-action-set.ts
src/views-components/create-collection-dialog/create-collection-dialog.tsx
src/views-components/dialog-create/dialog-collection-create.tsx
src/views-components/dialog-update/dialog-collection-update.tsx [new file with mode: 0644]
src/views-components/update-collection-dialog/update-collection-dialog..tsx [new file with mode: 0644]
src/views/collection-panel/collection-panel.tsx
src/views/workbench/workbench.tsx