fix:continuously watch location

This commit is contained in:
2025-10-27 15:07:24 +01:00
parent fef7c160e2
commit 3b3ebc2873
6 changed files with 240 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ export { default as Header } from './components/Header.svelte';
export { default as Modal } from './components/Modal.svelte';
export { default as Map } from './components/Map.svelte';
export { default as LocationButton } from './components/LocationButton.svelte';
export { default as LocationManager } from './components/LocationManager.svelte';
export { default as FindCard } from './components/FindCard.svelte';
export { default as FindsList } from './components/FindsList.svelte';
@@ -24,6 +25,7 @@ export {
locationError,
isLocationLoading,
hasLocationAccess,
isWatching,
getMapCenter,
getMapZoom
} from './stores/location';