Commits on Source (7)
-
Adrian Orłów authoreddd6156ed
-
Adrian Orłów authored3143b390
-
Adrian Orłów authored525ff421
-
Adrian Orłów authoredfe8f1719
-
Adrian Orłów authored24042df9
-
Adrian Orłów authoredec7c962f
-
Adrian Orłów authored
feat: add map API communication See merge request !44
ed22d825
Showing
- .env 1 addition, 0 deletions.env
- .eslintrc.json 3 additions, 1 deletion.eslintrc.json
- package-lock.json 381 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- prettier.config.js 1 addition, 0 deletionsprettier.config.js
- src/components/FunctionalArea/FunctionalArea.component.tsx 2 additions, 2 deletionssrc/components/FunctionalArea/FunctionalArea.component.tsx
- src/components/Map/MapViewer/utils/config/getMapTileUrl.test.ts 34 additions, 0 deletions...mponents/Map/MapViewer/utils/config/getMapTileUrl.test.ts
- src/components/Map/MapViewer/utils/config/getMapTileUrl.ts 15 additions, 0 deletionssrc/components/Map/MapViewer/utils/config/getMapTileUrl.ts
- src/components/Map/MapViewer/utils/config/useOlMapConfig.test.ts 0 additions, 0 deletions...ponents/Map/MapViewer/utils/config/useOlMapConfig.test.ts
- src/components/Map/MapViewer/utils/config/useOlMapConfig.ts 8 additions, 4 deletionssrc/components/Map/MapViewer/utils/config/useOlMapConfig.ts
- src/components/Map/MapViewer/utils/useOlMap.ts 1 addition, 3 deletionssrc/components/Map/MapViewer/utils/useOlMap.ts
- src/components/Map/MapViewer/utils/useOlMapInit.test.ts 0 additions, 9 deletionssrc/components/Map/MapViewer/utils/useOlMapInit.test.ts
- src/components/Map/MapViewer/utils/useOlMapInit.ts 0 additions, 75 deletionssrc/components/Map/MapViewer/utils/useOlMapInit.ts
- src/components/SPA/MinervaSPA.component.tsx 4 additions, 10 deletionssrc/components/SPA/MinervaSPA.component.tsx
- src/components/SPA/utils/useInitializeStore.test.ts 85 additions, 0 deletionssrc/components/SPA/utils/useInitializeStore.test.ts
- src/components/SPA/utils/useInitializeStore.ts 29 additions, 0 deletionssrc/components/SPA/utils/useInitializeStore.ts
- src/models/fixtures/modelsFixture.ts 5 additions, 0 deletionssrc/models/fixtures/modelsFixture.ts
- src/redux/backgrounds/background.selectors.ts 1 addition, 1 deletionsrc/redux/backgrounds/background.selectors.ts
- src/redux/map/map.constants.ts 2 additions, 0 deletionssrc/redux/map/map.constants.ts
- src/redux/map/map.reducers.ts 19 additions, 6 deletionssrc/redux/map/map.reducers.ts
... | ... | @@ -64,6 +64,7 @@ |
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-n": "^16.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
... | ... |
File moved