Added collection service, reorganized components structure
authorDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 18 Jun 2018 22:28:20 +0000 (00:28 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 18 Jun 2018 22:28:20 +0000 (00:28 +0200)
commit9e4b7889a99ff2f76d8029aef3a85c4620178ba3
treeb9dc5d0c25f2077335a4a04b705233e3178d1c65
parenteede2d8dc696f24552414b2425bb5d3a745280cc
Added collection service, reorganized components structure

Feature #13632

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
30 files changed:
src/components/column-selector/column-selector.test.tsx [moved from src/components/data-table/column-selector/column-selector.test.tsx with 97% similarity]
src/components/column-selector/column-selector.tsx [moved from src/components/data-table/column-selector/column-selector.tsx with 94% similarity]
src/components/data-table/data-table.tsx
src/components/data-table/index.ts [deleted file]
src/components/dropdown-menu/dropdown-menu.test.tsx [moved from src/components/main-app-bar/dropdown-menu/dropdown-menu.test.tsx with 100% similarity]
src/components/dropdown-menu/dropdown-menu.tsx [moved from src/components/main-app-bar/dropdown-menu/dropdown-menu.tsx with 100% similarity]
src/components/search-bar/search-bar.test.tsx [moved from src/components/main-app-bar/search-bar/search-bar.test.tsx with 100% similarity]
src/components/search-bar/search-bar.tsx [moved from src/components/main-app-bar/search-bar/search-bar.tsx with 100% similarity]
src/index.tsx
src/models/collection.ts [moved from src/components/data-explorer/index.ts with 52% similarity]
src/models/project.ts
src/models/resource.ts [new file with mode: 0644]
src/services/collection-service/collection-service.ts [new file with mode: 0644]
src/services/project-service/project-service.ts
src/services/response.ts [new file with mode: 0644]
src/store/collection/collection-action.ts [new file with mode: 0644]
src/store/collection/collection-reducer.test.ts [new file with mode: 0644]
src/store/collection/collection-reducer.ts [new file with mode: 0644]
src/store/store.ts
src/views-components/api-token/api-token.tsx [moved from src/components/api-token/api-token.tsx with 100% similarity]
src/views-components/data-explorer/data-explorer.tsx [moved from src/components/data-explorer/data-explorer.tsx with 92% similarity]
src/views-components/data-explorer/data-item.ts [moved from src/components/data-explorer/data-item.ts with 92% similarity]
src/views-components/main-app-bar/main-app-bar.test.tsx [moved from src/components/main-app-bar/main-app-bar.test.tsx with 95% similarity]
src/views-components/main-app-bar/main-app-bar.tsx [moved from src/components/main-app-bar/main-app-bar.tsx with 94% similarity]
src/views-components/project-list/project-list.tsx [moved from src/components/project-list/project-list.tsx with 100% similarity]
src/views-components/project-tree/project-tree.test.tsx [moved from src/components/project-tree/project-tree.test.tsx with 98% similarity]
src/views-components/project-tree/project-tree.tsx [moved from src/components/project-tree/project-tree.tsx with 96% similarity]
src/views-selectors/data-explorer/data-explorer.ts [new file with mode: 0644]
src/views/data-explorer/data-explorer.tsx
src/views/workbench/workbench.tsx