-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(map): bugs in map package #1166
base: refactor/SVA-1365-change-map-package
Are you sure you want to change the base?
fix(map): bugs in map package #1166
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 858a371 - Browse repository at this point
Copy the full SHA 858a371View commit details -
fix(map): collapsable in settings closes when clicking on map
- added `clusteringEnabled` prop as `false` to solve the problem of collapsable closing when the map component in `LocationSettings` clicks somewhere other than the coordinates inside the bounds array SVA-1399
Configuration menu - View commit details
-
Copy full SHA for 96d5d7c - Browse repository at this point
Copy the full SHA 96d5d7cView commit details -
fix(map): the problem that the pin is not positioned correctly
- added `anchor` prop to `PointAnnotation` component to fix the problem that the marker is not positioned correctly after clicking on the map - added `zIndex` style to `markerContainer` to fix the problem of markers not displaying correctly for android - added `undefined` value to `onMarkerPress` function when zoom value is changed in `onRegionDidChange` prop to fix the bug that callout text continues to be shown when zoomIn or zoomOut on the map SVA-1399
Configuration menu - View commit details
-
Copy full SHA for 30685ec - Browse repository at this point
Copy the full SHA 30685ecView commit details
Commits on Jul 25, 2024
-
fix(map): the problem of showing map without loading
- added `onDidFinishLoadingMap` prop to `MapView` to prevent the map from being shown without loading and updated `isLoading` to `false` - added style to `Collapsible` component to solve the problem of collapsible buttons overlapping after loading the map on the settings screen - improved code readability SVA-1399
Configuration menu - View commit details
-
Copy full SHA for d280fa2 - Browse repository at this point
Copy the full SHA d280fa2View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60790d3 - Browse repository at this point
Copy the full SHA 60790d3View commit details -
fix(map): add timeout to make on marker maps reactive
- refactored code to be more decoupled in effects - added timeout to setting markers which had positive outcomes regarding map reactivity and usability (drag & zoom) SVA-1399
Configuration menu - View commit details
-
Copy full SHA for 93ee7fa - Browse repository at this point
Copy the full SHA 93ee7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 816d22e - Browse repository at this point
Copy the full SHA 816d22eView commit details -
fix(map): set marker in location settings
- set default zoom to one marker zoom to not have one step difference between initial zoom and zoom after click in map SVA-1399
Configuration menu - View commit details
-
Copy full SHA for 6dbe6f5 - Browse repository at this point
Copy the full SHA 6dbe6f5View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 278f6bd - Browse repository at this point
Copy the full SHA 278f6bdView commit details