Create data-explorer and project-explorer prototype
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 13 Jun 2018 14:28:16 +0000 (16:28 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 13 Jun 2018 14:28:16 +0000 (16:28 +0200)
commit973fce01f05a50d4aa0169a88281f20476b305b2
tree90338999fa3dc88ba12ab3f273903b88325e96e4
parent3ad7e33a2d50e9ed2298624ea5cac7cb5cd21a6f
Create data-explorer and project-explorer prototype

Feature #13601

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
src/components/data-explorer/column.ts [new file with mode: 0644]
src/components/data-explorer/columns-configurator/columns-configurator.tsx [new file with mode: 0644]
src/components/data-explorer/data-explorer.tsx [new file with mode: 0644]
src/models/project.ts
src/services/project-service/project-service.ts
src/store/project/project-reducer.test.ts
src/store/project/project-reducer.ts
src/views/project-explorer/project-explorer.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx