feat: add reaction drawer
parent
1fe5426b
No related branches found
No related tags found
Showing
- src/components/Map/Drawer/Drawer.component.tsx 3 additions, 1 deletionsrc/components/Map/Drawer/Drawer.component.tsx
- src/components/Map/Drawer/ReactionDrawer/ReactionDrawer.component.test.tsx 116 additions, 0 deletions...p/Drawer/ReactionDrawer/ReactionDrawer.component.test.tsx
- src/components/Map/Drawer/ReactionDrawer/ReactionDrawer.component.tsx 53 additions, 0 deletions...ts/Map/Drawer/ReactionDrawer/ReactionDrawer.component.tsx
- src/components/Map/Drawer/ReactionDrawer/ReactionDrawer.constants.ts 1 addition, 0 deletions...nts/Map/Drawer/ReactionDrawer/ReactionDrawer.constants.ts
- src/components/Map/Drawer/ReactionDrawer/ReactionDrawer.types.ts 8 additions, 0 deletions...ponents/Map/Drawer/ReactionDrawer/ReactionDrawer.types.ts
- src/components/Map/Drawer/ReactionDrawer/index.ts 1 addition, 0 deletionssrc/components/Map/Drawer/ReactionDrawer/index.ts
- src/components/Map/Drawer/ReactionDrawer/utils/getFilteredReferences.ts 7 additions, 0 deletions.../Map/Drawer/ReactionDrawer/utils/getFilteredReferences.ts
- src/components/Map/Drawer/ReactionDrawer/utils/getGroupedReferences.ts 11 additions, 0 deletions...s/Map/Drawer/ReactionDrawer/utils/getGroupedReferences.ts
- src/components/Map/Drawer/SearchDrawerWrapper/SearchDrawerWrapper.component.test.tsx 2 additions, 0 deletions...earchDrawerWrapper/SearchDrawerWrapper.component.test.tsx
- src/components/Map/MapViewer/utils/listeners/mapSingleClick/handleReactionResults.test.ts 12 additions, 5 deletions...ls/listeners/mapSingleClick/handleReactionResults.test.ts
- src/components/Map/MapViewer/utils/listeners/mapSingleClick/handleReactionResults.ts 4 additions, 1 deletion...r/utils/listeners/mapSingleClick/handleReactionResults.ts
- src/constants/common.ts 1 addition, 0 deletionssrc/constants/common.ts
- src/models/referenceSchema.ts 1 addition, 1 deletionsrc/models/referenceSchema.ts
- src/redux/drawer/drawer.constants.ts 14 additions, 0 deletionssrc/redux/drawer/drawer.constants.ts
- src/redux/drawer/drawer.reducers.test.ts 3 additions, 14 deletionssrc/redux/drawer/drawer.reducers.test.ts
- src/redux/drawer/drawer.reducers.ts 10 additions, 0 deletionssrc/redux/drawer/drawer.reducers.ts
- src/redux/drawer/drawer.selectors.ts 10 additions, 0 deletionssrc/redux/drawer/drawer.selectors.ts
- src/redux/drawer/drawer.slice.ts 5 additions, 14 deletionssrc/redux/drawer/drawer.slice.ts
- src/redux/drawer/drawer.types.ts 8 additions, 0 deletionssrc/redux/drawer/drawer.types.ts
- src/redux/drawer/drawerFixture.ts 4 additions, 0 deletionssrc/redux/drawer/drawerFixture.ts
src/redux/drawer/drawer.constants.ts
0 → 100644
Please register or sign in to comment