feat(profile): user can choose structure with a tree view
* update tree view components to handle new select structure behaviour * add a "/profileStructureSelection" route that match the tree view page * i18n
parent
b0d7ce31
No related branches found
No related tags found
Showing
- app/i18n/en.i18n.json 8 additions, 3 deletionsapp/i18n/en.i18n.json
- app/i18n/fr.i18n.json 7 additions, 2 deletionsapp/i18n/fr.i18n.json
- app/imports/ui/components/admin/AdminStructureTreeItem.jsx 106 additions, 66 deletionsapp/imports/ui/components/admin/AdminStructureTreeItem.jsx
- app/imports/ui/components/admin/AdminStructureTreeView.jsx 4 additions, 0 deletionsapp/imports/ui/components/admin/AdminStructureTreeView.jsx
- app/imports/ui/components/profile/StructureSelectionTree.jsx 134 additions, 0 deletionsapp/imports/ui/components/profile/StructureSelectionTree.jsx
- app/imports/ui/layouts/MainLayout.jsx 3 additions, 0 deletionsapp/imports/ui/layouts/MainLayout.jsx
- app/imports/ui/pages/system/ProfilePage.jsx 7 additions, 0 deletionsapp/imports/ui/pages/system/ProfilePage.jsx
- app/imports/ui/pages/system/StructureSelectionPage.jsx 34 additions, 0 deletionsapp/imports/ui/pages/system/StructureSelectionPage.jsx
Loading