Merge remote-tracking branch 'origin/development' into...
Merge remote-tracking branch 'origin/development' into 254-min-321-form-for-reporting-errors-in-minerva
No related branches found
No related tags found
This commit is part of merge request !199. Comments created here will be created in the context of that merge request.
Showing
- src/components/FunctionalArea/MapNavigation/MapNavigation.component.tsx 42 additions, 17 deletions.../FunctionalArea/MapNavigation/MapNavigation.component.tsx
- src/components/Map/Drawer/SearchDrawerWrapper/ResultsList/PinsList/PinsList.component.tsx 2 additions, 0 deletions...DrawerWrapper/ResultsList/PinsList/PinsList.component.tsx
- src/components/Map/Drawer/SearchDrawerWrapper/ResultsList/PinsList/PinsListItem/PinsListItem.component.utils.ts 1 addition, 0 deletions...ist/PinsList/PinsListItem/PinsListItem.component.utils.ts
- src/components/Map/MapViewer/utils/config/commentsLayer/getCommentsFeatures.test.ts 45 additions, 0 deletions...er/utils/config/commentsLayer/getCommentsFeatures.test.ts
- src/components/Map/MapViewer/utils/config/commentsLayer/getCommentsFeatures.ts 56 additions, 0 deletions...pViewer/utils/config/commentsLayer/getCommentsFeatures.ts
- src/components/Map/MapViewer/utils/config/commentsLayer/useOlMapCommentsLayer.ts 45 additions, 0 deletions...iewer/utils/config/commentsLayer/useOlMapCommentsLayer.ts
- src/components/Map/MapViewer/utils/config/useOlMapLayers.ts 4 additions, 2 deletionssrc/components/Map/MapViewer/utils/config/useOlMapLayers.ts
- src/constants/canvas.ts 1 addition, 0 deletionssrc/constants/canvas.ts
- src/models/commentSchema.ts 20 additions, 0 deletionssrc/models/commentSchema.ts
- src/models/fixtures/commentsFixture.ts 10 additions, 0 deletionssrc/models/fixtures/commentsFixture.ts
- src/redux/apiPath.ts 2 additions, 0 deletionssrc/redux/apiPath.ts
- src/redux/comment/comment.constants.ts 15 additions, 0 deletionssrc/redux/comment/comment.constants.ts
- src/redux/comment/comment.mock.ts 9 additions, 0 deletionssrc/redux/comment/comment.mock.ts
- src/redux/comment/comment.reducers.ts 26 additions, 0 deletionssrc/redux/comment/comment.reducers.ts
- src/redux/comment/comment.selectors.ts 25 additions, 0 deletionssrc/redux/comment/comment.selectors.ts
- src/redux/comment/comment.slice.ts 23 additions, 0 deletionssrc/redux/comment/comment.slice.ts
- src/redux/comment/comment.thunks.ts 3 additions, 0 deletionssrc/redux/comment/comment.thunks.ts
- src/redux/comment/comment.types.ts 6 additions, 0 deletionssrc/redux/comment/comment.types.ts
- src/redux/comment/thunks/getComments.ts 23 additions, 0 deletionssrc/redux/comment/thunks/getComments.ts
- src/redux/root/root.fixtures.ts 2 additions, 0 deletionssrc/redux/root/root.fixtures.ts
src/models/commentSchema.ts
0 → 100644
src/models/fixtures/commentsFixture.ts
0 → 100644
src/redux/comment/comment.constants.ts
0 → 100644
src/redux/comment/comment.mock.ts
0 → 100644
src/redux/comment/comment.reducers.ts
0 → 100644
src/redux/comment/comment.selectors.ts
0 → 100644
src/redux/comment/comment.slice.ts
0 → 100644
src/redux/comment/comment.thunks.ts
0 → 100644
src/redux/comment/comment.types.ts
0 → 100644
src/redux/comment/thunks/getComments.ts
0 → 100644
Please register or sign in to comment