Commits on Source (29)
-
Adrian Orłów authored3b96db45
-
mateusz-winiarczyk authoredb076502a
-
mateusz-winiarczyk authored
feat(overlays): overlay is downloadable (MIN-237) See merge request !108
2e797ddc -
Adrian Orłów authoredcbc2243d
-
mateusz-winiarczyk authored22fbec74
-
mateusz-winiarczyk authored
feat(export): elements download (MIN-157) See merge request !109
9d60cc66 -
mateusz-winiarczyk authored757a04d4
-
mateusz-winiarczyk authored
feat(userOverlays): display users overlays without group (MIN-193) See merge request !107
db55a1e7 -
mateusz-winiarczyk authored639bb921
-
mateusz-winiarczyk authored
feat(export): network download (MIN-240) See merge request !112
8f926bf4 -
Adrian Orłów authored7088d94a
-
Adrian Orłów authored1338a0d6
-
Adrian Orłów authoreddffbf26a
-
Adrian Orłów authored
# Conflicts: # src/types/models.ts
fa7817a6 -
Adrian Orłów authored
feat: add display reaction overlay (MIN-215) Closes MIN-215 See merge request !110
459df684 -
Adrian Orłów authored834e532a
-
Adrian Orłów authored0dee60b6
-
Adrian Orłów authored1e9b0179
-
Adrian Orłów authored359c31b8
-
Adrian Orłów authored
feat: add graphics full tab business logic (MIN-165) Closes MIN-165 See merge request !113
29618c1f -
Adrian Orłów authored
feat: add drawer available plugins Closes MIN-230 See merge request !115
23f26911 -
mateusz-winiarczyk authoredb6104b1f
-
mateusz-winiarczyk authored
feat(plugins): Plugin loading management (MIN-233) See merge request !116
0b9e9c72 -
mateusz-winiarczyk authored89071f57
-
mateusz-winiarczyk authored
fix(map): fix jumping zoom See merge request !120
4692c11c -
mateusz-winiarczyk authoredf767c811
-
mateusz-winiarczyk authored
feat(indicator): add title attr to display indicator for buttons See merge request !119
46189b69 -
mateusz-winiarczyk authoredaf9eaab1
-
mateusz-winiarczyk authored
fix(map): add map centering when polygonCoordinates does not exist (MIN-257) See merge request !121
0573eb9b
Showing
- docs/plugins.md 82 additions, 0 deletionsdocs/plugins.md
- index.d.ts 27 additions, 0 deletionsindex.d.ts
- package-lock.json 154 additions, 0 deletionspackage-lock.json
- package.json 8 additions, 3 deletionspackage.json
- src/components/FunctionalArea/Modal/EditOverlayModal/EditOverlayModal.component.test.tsx 159 additions, 0 deletions...odal/EditOverlayModal/EditOverlayModal.component.test.tsx
- src/components/FunctionalArea/Modal/EditOverlayModal/EditOverlayModal.component.tsx 77 additions, 0 deletions...rea/Modal/EditOverlayModal/EditOverlayModal.component.tsx
- src/components/FunctionalArea/Modal/EditOverlayModal/hooks/useEditOverlay.test.ts 175 additions, 0 deletions...lArea/Modal/EditOverlayModal/hooks/useEditOverlay.test.ts
- src/components/FunctionalArea/Modal/EditOverlayModal/hooks/useEditOverlay.ts 100 additions, 0 deletions...tionalArea/Modal/EditOverlayModal/hooks/useEditOverlay.ts
- src/components/FunctionalArea/Modal/EditOverlayModal/index.ts 1 addition, 0 deletions...components/FunctionalArea/Modal/EditOverlayModal/index.ts
- src/components/FunctionalArea/Modal/Modal.component.tsx 3 additions, 0 deletionssrc/components/FunctionalArea/Modal/Modal.component.tsx
- src/components/FunctionalArea/NavBar/NavBar.component.tsx 7 additions, 7 deletionssrc/components/FunctionalArea/NavBar/NavBar.component.tsx
- src/components/FunctionalArea/TopBar/TopBar.component.tsx 9 additions, 2 deletionssrc/components/FunctionalArea/TopBar/TopBar.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/AvailablePluginsDrawer.component.test.tsx 53 additions, 0 deletions...lePluginsDrawer/AvailablePluginsDrawer.component.test.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/AvailablePluginsDrawer.component.tsx 17 additions, 0 deletions...ailablePluginsDrawer/AvailablePluginsDrawer.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/LoadPlugin.component.test.tsx 104 additions, 0 deletions...blePluginsDrawer/LoadPlugin/LoadPlugin.component.test.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx 30 additions, 0 deletions...vailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.test.ts 88 additions, 0 deletions...lablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.test.ts
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.ts 57 additions, 0 deletions.../AvailablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.ts
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/index.ts 1 addition, 0 deletions...nts/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/index.ts
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPluginFromUrl/LoadPluginFromUrl.component.test.tsx 163 additions, 0 deletions...er/LoadPluginFromUrl/LoadPluginFromUrl.component.test.tsx
docs/plugins.md
0 → 100644
index.d.ts
0 → 100644
... | ... | @@ -14,9 +14,9 @@ |
"check-types": "tsc --pretty --noEmit", | ||
"prepare": "husky install", | ||
"postinstall": "husky install", | ||
"test": "jest --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$))'", | ||
"test:watch": "jest --watch --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$))'", | ||
"test:ci": "jest --config ./jest.config.ts --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$))'", | ||
"test": "jest --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", | ||
"test:watch": "jest --watch --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", | ||
"test:ci": "jest --config ./jest.config.ts --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", | ||
"test:coverage": "jest --watchAll --coverage --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*\\.mjs$))'", | ||
"test:coveragee": "jest --coverage --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*\\.mjs$))'", | ||
"coverage": "open ./coverage/lcov-report/index.html", | ||
... | ... | @@ -32,6 +32,7 @@ |
"autoprefixer": "10.4.15", | ||
"axios": "^1.5.1", | ||
"axios-hooks": "^5.0.0", | ||
"crypto-js": "^4.2.0", | ||
"downshift": "^8.2.3", | ||
"eslint-config-next": "13.4.19", | ||
"molart": "github:davidhoksza/MolArt", | ||
... | ... | @@ -41,6 +42,8 @@ |
"query-string": "7.1.3", | ||
"react": "18.2.0", | ||
"react-accessible-accordion": "^5.0.0", | ||
"react-dnd": "^16.0.1", | ||
"react-dnd-html5-backend": "^16.0.1", | ||
"react-dom": "18.2.0", | ||
"react-dropzone": "^14.2.3", | ||
"react-redux": "^8.1.2", | ||
... | ... | @@ -55,6 +58,8 @@ |
"@commitlint/config-conventional": "^17.7.0", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/crypto-js": "^4.2.2", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "^29.5.5", | ||
"@types/react-redux": "^7.1.26", | ||
"@types/redux-mock-store": "^1.0.6", | ||
... | ... |