search-results-view
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 12 Oct 2018 14:06:54 +0000 (16:06 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 12 Oct 2018 14:06:54 +0000 (16:06 +0200)
commit375bef1554bb6c85068608b7c8f6c69622c04323
tree3e2d7516c7555ef63b8772c94332068355fbfd8e
parentd76f55579538b82952dc94b46ca9badfb544bea4
search-results-view

Feature #14277

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
14 files changed:
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/store/search-bar/search-bar-actions.ts
src/store/search-bar/search-bar-reducer.ts
src/store/search-results-panel/search-results-middleware-service.ts [new file with mode: 0644]
src/store/search-results-panel/search-results-panel-actions.ts [new file with mode: 0644]
src/store/trash/trash-actions.ts
src/store/workbench/workbench-actions.ts
src/views-components/search-bar/search-bar-view.tsx
src/views/favorite-panel/favorite-panel.tsx
src/views/search-results-panel/search-results-panel-view.tsx [new file with mode: 0644]
src/views/search-results-panel/search-results-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx
src/views/workflow-panel/workflow-panel-view.tsx