Commits on Source (27)
-
Piotr Gawron authoredf5608cc3
-
Piotr Gawron authored
Resolve "Submap's name when selecting an anchor element" See merge request !279
a5126b43 -
Piotr Gawron authoredb436c3fc
-
Piotr Gawron authored
fix validation for old projects See merge request !281
591a2b63 -
Miłosz Grocholewski authored
feat(vector-map): text placement for modifications Closes MIN-62 See merge request !282
9b40c7c8 -
Piotr Gawron authoredfb815716
-
Piotr Gawron authored
Resolve "ToS for orcid users" See merge request !284
c918406b -
Piotr Gawron authoredf2c955fd
-
Piotr Gawron authored
add spiner (fetch in memory and download from memory) See merge request !287
cc768bbb -
Piotr Gawron authoreda101525b
-
Piotr Gawron authored7e2791ac
-
Piotr Gawron authoredb94954ef
-
Piotr Gawron authored
Resolve "allow to have plugins without panel" Closes #306 See merge request !289
2f80506e -
Miłosz Grocholewski authored4f64395b
-
Miłosz Grocholewski authored
feat(vector-map): implement reactions between two elements Closes MIN-52 See merge request !283
6458d5b5 -
Miłosz Grocholewski authoreddfca2762
-
Miłosz Grocholewski authored
feat(vector-map): implement reaction square element Closes MIN-56 See merge request !285
acd6bc9d -
Miłosz Grocholewski authoredbd80e1fd
-
Miłosz Grocholewski authored
feat(vector-map): implement line scaling Closes MIN-66 See merge request !286
61500424 -
Miłosz Grocholewski authoredc2e3b1af
-
Miłosz Grocholewski authored
feat(vector-map): implement reactions of three elements Closes MIN-54 See merge request !288
df94360a -
Miłosz Grocholewski authored6c961d27
-
Miłosz Grocholewski authored
feat(vector-map): implement reaction operator drawing Closes MIN-55 See merge request !290
37f6aa09 -
Miłosz Grocholewski authoreddfdd588e
-
Miłosz Grocholewski authored
feat(vector-map): add drawing for reaction modifiers lines Closes MIN-64 See merge request !291
75202c31 -
Miłosz Grocholewski authoreddd70ed04
-
Miłosz Grocholewski authored
fix(vector-map): fix center point calculation See merge request !292
281a064f
Showing
- CHANGELOG 11 additions, 0 deletionsCHANGELOG
- docs/plugins/plugins.md 7 additions, 5 deletionsdocs/plugins/plugins.md
- index.d.ts 1 addition, 3 deletionsindex.d.ts
- src/components/FunctionalArea/MapNavigation/MapNavigation.component.test.tsx 1 addition, 3 deletions...tionalArea/MapNavigation/MapNavigation.component.test.tsx
- src/components/FunctionalArea/Modal/ToSModal/ToSModal.component.tsx 4 additions, 3 deletions...ents/FunctionalArea/Modal/ToSModal/ToSModal.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx 3 additions, 1 deletion...vailablePluginsDrawer/LoadPlugin/LoadPlugin.component.tsx
- src/components/Map/Drawer/AvailablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.ts 3 additions, 3 deletions.../AvailablePluginsDrawer/LoadPlugin/hooks/useLoadPlugin.ts
- src/components/Map/Drawer/BioEntityDrawer/AssociatedSubmap/AssociatedSubmap.component.tsx 1 addition, 1 deletion...ityDrawer/AssociatedSubmap/AssociatedSubmap.component.tsx
- src/components/Map/Drawer/SearchDrawerWrapper/GroupedSearchResults/BioEntitiesAccordion/BioEntitiesAccordion.component.test.tsx 17 additions, 4 deletions...EntitiesAccordion/BioEntitiesAccordion.component.test.tsx
- src/components/Map/Drawer/SearchDrawerWrapper/ResultsList/PinsList/PinsListItem/PinsListItem.component.test.tsx 5 additions, 0 deletions...ist/PinsList/PinsListItem/PinsListItem.component.test.tsx
- src/components/Map/Drawer/SubmapsDrawer/SubmapItem/DownloadSubmap/DownloadSubmap.component.tsx 33 additions, 9 deletions...er/SubmapItem/DownloadSubmap/DownloadSubmap.component.tsx
- src/components/Map/MapViewer/MapViewerVector/utils/config/reactionsLayer/useOlMapReactionsLayer.ts 38 additions, 3 deletions...tor/utils/config/reactionsLayer/useOlMapReactionsLayer.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/coords/getCenter.test.ts 21 additions, 0 deletions...wer/MapViewerVector/utils/shapes/coords/getCenter.test.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/coords/getCenter.ts 29 additions, 0 deletions...apViewer/MapViewerVector/utils/shapes/coords/getCenter.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/coords/getCentroid.ts 0 additions, 27 deletions...Viewer/MapViewerVector/utils/shapes/coords/getCentroid.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/coords/getPolygonCoords.ts 3 additions, 1 deletion...r/MapViewerVector/utils/shapes/coords/getPolygonCoords.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/BaseMultiPolygon.ts 13 additions, 5 deletions...MapViewerVector/utils/shapes/elements/BaseMultiPolygon.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/Compartment.ts 2 additions, 0 deletions...ewer/MapViewerVector/utils/shapes/elements/Compartment.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/CompartmentCircle.test.ts 6 additions, 6 deletions...werVector/utils/shapes/elements/CompartmentCircle.test.ts
- src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/CompartmentPathway.test.ts 7 additions, 7 deletions...erVector/utils/shapes/elements/CompartmentPathway.test.ts