feat: increase button size while driving
Some checks failed
TrafficCue CI / check (push) Failing after 1m59s
TrafficCue CI / build (push) Successful in 9m50s
TrafficCue CI / build-android (push) Successful in 27m5s

This commit is contained in:
2025-10-15 17:24:54 +02:00
parent 60e074a70f
commit c3dbbf2637
19 changed files with 195 additions and 21 deletions

View File

@ -45,6 +45,7 @@
"nearby-poi": "NearbyPOISidebar",
licenses: "settings/LicensesSidebar",
calendar: "settings/CalendarSidebar",
appearance: "settings/AppearanceSidebar",
};
const fullscreen: Record<string, boolean> = {
@ -64,6 +65,7 @@
"nearby-poi": false,
licenses: true,
calendar: true,
appearance: true,
};
let isDragging = false;