fix: resolve Svelte a11y and reactivity build warnings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 17:45:27 +01:00
parent 3e2ba107e3
commit 069d524d3e
3 changed files with 5 additions and 3 deletions

View File

@@ -90,7 +90,7 @@
}
}
let gpsToggling = false;
let gpsToggling = $state(false);
async function toggleGps() {
if (gpsToggling) return;
gpsToggling = true;