Extract generic data-explorer component
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 20 Jun 2018 14:42:07 +0000 (16:42 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 20 Jun 2018 14:42:07 +0000 (16:42 +0200)
commitbca77b4dbbc90bc60de06bd90a20e9a46c02fcfa
tree10cc35d670776957019af57a58571bbe7cb03111
parent5925c0eb9468ffca9419e47ae333501968b4e24e
Extract generic data-explorer component

Feature #13633

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
14 files changed:
package.json
src/components/data-explorer/data-explorer-column.tsx [new file with mode: 0644]
src/components/data-explorer/data-explorer.tsx [new file with mode: 0644]
src/components/data-table-filters/data-table-filters.test.tsx
src/components/data-table-filters/data-table-filters.tsx
src/views-components/data-explorer/data-explorer.tsx [deleted file]
src/views-components/project-explorer/project-explorer-item.ts [moved from src/views-components/data-explorer/data-item.ts with 86% similarity]
src/views-components/project-explorer/project-explorer.tsx [new file with mode: 0644]
src/views/data-explorer/data-explorer-selectors.ts [deleted file]
src/views/data-explorer/data-explorer.tsx [deleted file]
src/views/project-panel/project-panel-selectors.ts [new file with mode: 0644]
src/views/project-panel/project-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx
yarn.lock