Create ProjectTreePicker
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Tue, 7 Aug 2018 11:23:50 +0000 (13:23 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Tue, 7 Aug 2018 11:23:50 +0000 (13:23 +0200)
commit4b259f71b418af769c0edad5d36ad519c9a22864
tree96eae927b8d862c12adbad7b550c016893d75f64
parent050a1314bfc30f07c2f871204ca8acd61bb892f9
Create ProjectTreePicker

Feature #13952

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
src/components/tree/tree.tsx
src/store/store.ts
src/store/tree-picker/tree-picker-actions.ts [new file with mode: 0644]
src/store/tree-picker/tree-picker-reducer.test.ts [new file with mode: 0644]
src/store/tree-picker/tree-picker-reducer.ts [new file with mode: 0644]
src/store/tree-picker/tree-picker.ts [new file with mode: 0644]
src/views-components/project-tree-picker/project-tree-picker.tsx [new file with mode: 0644]
src/views-components/tree-picker/tree-picker.ts [new file with mode: 0644]