Implement file remove dialogs
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 6 Aug 2018 16:45:44 +0000 (18:45 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 6 Aug 2018 16:45:44 +0000 (18:45 +0200)
commita06392b6e6c0ad1aa9e674b82a068c71ef2fb3a3
tree64e07fed42b9c844d2b3b725b1a51ff0acd77d0f
parentc797842bdaa32813315936961c0756cb76ce48a9
Implement file remove dialogs

Feature #13952

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
src/components/confirmation-dialog/confirmation-dialog.tsx [new file with mode: 0644]
src/store/dialog/dialog-reducer.ts
src/store/dialog/with-dialog.ts
src/views-components/context-menu/action-sets/collection-files-action-set.ts
src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
src/views-components/file-remove-dialog/file-remove-dialog.ts [new file with mode: 0644]
src/views-components/file-remove-dialog/multiple-files-remove-dialog.ts [new file with mode: 0644]
src/views/workbench/workbench.tsx