feat: get nearby POIs
All checks were successful
TrafficCue CI / check (push) Successful in 57s
TrafficCue CI / build (push) Successful in 1m29s
TrafficCue CI / build-android (push) Successful in 17m31s

This commit is contained in:
2025-09-13 13:18:53 +02:00
parent a48ed785f5
commit 3d7dacba9b
5 changed files with 172 additions and 3 deletions

View File

@ -39,6 +39,7 @@
language: "settings/LanguageSidebar",
onboarding: "onboarding/OnboardingSidebar",
"onboarding-vehicles": "onboarding/OnboardingVehiclesSidebar",
"nearby-poi": "NearbyPOISidebar",
};
const fullscreen: Record<string, boolean> = {
@ -55,6 +56,7 @@
language: true,
onboarding: true,
"onboarding-vehicles": true,
"nearby-poi": false,
};
let isDragging = false;
@ -62,7 +64,7 @@
let startHeight = 0;
let sidebarHeight = new Tween(200, {
duration: 500,
easing: quintOut
easing: quintOut,
});
let lastSidebarHeight = 0;
$effect(() => {