search-basic-view
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 5 Oct 2018 14:27:32 +0000 (16:27 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Fri, 5 Oct 2018 14:27:32 +0000 (16:27 +0200)
commitdd8c26f9525bf0a8733314d5717e99f231cc90d1
treeff49ffb6c43ba09a70c77d892b65d303da785a2a
parentecd6a0dd67715292ce1f7dfce81ba1345f3ecbd3
search-basic-view

Feature #14275

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
12 files changed:
src/store/search-bar/search-bar-actions.ts [new file with mode: 0644]
src/store/search-bar/search-bar-reducer.ts [new file with mode: 0644]
src/store/store.ts
src/store/structured-search/structured-search-actions.ts [deleted file]
src/store/structured-search/structured-search-reducer.ts [deleted file]
src/views-components/main-app-bar/main-app-bar.tsx
src/views-components/search-bar/search-bar-advanced-view.tsx [moved from src/components/search-bar/search-bar-advanced-view.tsx with 84% similarity]
src/views-components/search-bar/search-bar-autocomplete-view.tsx [moved from src/components/search-bar/search-bar-autocomplete-view.tsx with 85% similarity]
src/views-components/search-bar/search-bar-basic-view.tsx [moved from src/components/search-bar/search-bar-basic-view.tsx with 91% similarity]
src/views-components/search-bar/search-bar-view.test.tsx [moved from src/components/search-bar/search-bar.test.tsx with 81% similarity]
src/views-components/search-bar/search-bar-view.tsx [moved from src/components/search-bar/search-bar.tsx with 60% similarity]
src/views-components/search-bar/search-bar.tsx [new file with mode: 0644]