Commits on Source (4)
-
Miłosz Grocholewski authoredb211fbe4
-
Miłosz Grocholewski authored
feat(layer-text): add transform interaction for layer text and delete functionality Closes MIN-102 See merge request !397
4547586a -
Miłosz Grocholewski authoredcacefada
-
Miłosz Grocholewski authored
feat(layer-text): Add editing text notes, font size, color alignment etc. Closes MIN-101 See merge request !398
9924519c
Showing
- src/components/FunctionalArea/Modal/LayerImageObjectModal/LayerImageObjectEditFactoryModal.component.test.tsx 31 additions, 7 deletions...Modal/LayerImageObjectEditFactoryModal.component.test.tsx
- src/components/FunctionalArea/Modal/LayerImageObjectModal/LayerImageObjectEditFactoryModal.component.tsx 12 additions, 11 deletions...bjectModal/LayerImageObjectEditFactoryModal.component.tsx
- src/components/FunctionalArea/Modal/LayerTextFactoryModal/LayerTextEditFactoryModal.component.tsx 109 additions, 0 deletions...rTextFactoryModal/LayerTextEditFactoryModal.component.tsx
- src/components/FunctionalArea/Modal/LayerTextFactoryModal/LayerTextFactory.constants.ts 6 additions, 6 deletions...Modal/LayerTextFactoryModal/LayerTextFactory.constants.ts
- src/components/FunctionalArea/Modal/LayerTextFactoryModal/LayerTextFactory.types.ts 3 additions, 2 deletions...rea/Modal/LayerTextFactoryModal/LayerTextFactory.types.ts
- src/components/FunctionalArea/Modal/LayerTextFactoryModal/LayerTextForm.component.tsx 2 additions, 2 deletions...a/Modal/LayerTextFactoryModal/LayerTextForm.component.tsx
- src/components/FunctionalArea/Modal/Modal.component.tsx 6 additions, 0 deletionssrc/components/FunctionalArea/Modal/Modal.component.tsx
- src/components/FunctionalArea/Modal/ModalLayout/ModalLayout.component.tsx 2 additions, 1 deletion...unctionalArea/Modal/ModalLayout/ModalLayout.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayerDrawerTextItem.component.tsx 66 additions, 4 deletions...Map/Drawer/LayersDrawer/LayerDrawerTextItem.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawer.component.tsx 2 additions, 2 deletions...onents/Map/Drawer/LayersDrawer/LayersDrawer.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawerImageItem.component.tsx 2 additions, 2 deletions...p/Drawer/LayersDrawer/LayersDrawerImageItem.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawerObjectsList.component.tsx 151 additions, 47 deletions...Drawer/LayersDrawer/LayersDrawerObjectsList.component.tsx
- src/components/Map/MapViewer/MapViewer.component.tsx 6 additions, 2 deletionssrc/components/Map/MapViewer/MapViewer.component.tsx
- src/components/Map/MapViewer/MapViewer.types.ts 1 addition, 1 deletionsrc/components/Map/MapViewer/MapViewer.types.ts
- src/components/Map/MapViewer/utils/config/additionalLayers/useOlMapAdditionalLayers.ts 17 additions, 17 deletions...utils/config/additionalLayers/useOlMapAdditionalLayers.ts
- src/components/Map/MapViewer/utils/shapes/elements/Glyph/Glyph.ts 30 additions, 32 deletions...onents/Map/MapViewer/utils/shapes/elements/Glyph/Glyph.ts
- src/components/Map/MapViewer/utils/shapes/layer/Layer.ts 21 additions, 35 deletionssrc/components/Map/MapViewer/utils/shapes/layer/Layer.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerImage.ts 31 additions, 2 deletions...s/Map/MapViewer/utils/shapes/layer/elements/LayerImage.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerText.test.ts 20 additions, 8 deletions...p/MapViewer/utils/shapes/layer/elements/LayerText.test.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerText.ts 319 additions, 0 deletions...ts/Map/MapViewer/utils/shapes/layer/elements/LayerText.ts