From 9b747a3c93c0c249e576638510f563f17be50d4c Mon Sep 17 00:00:00 2001 From: maniflopi <7244027+maniflopi@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:16:43 -0300 Subject: [PATCH] feat: implements speed and altitude unit preferences with persistent storage and dynamic formatting in the UI. --- .../components/MotionFastestAircraft.svelte | 7 +- .../components/MotionHighestAircraft.svelte | 7 +- .../components/MotionLowestAircraft.svelte | 7 +- .../components/MotionSlowestAircraft.svelte | 7 +- web/src/components/Settings.svelte | 50 +++++++- web/src/stores/preferences.js | 117 ++++++++++++++++++ 6 files changed, 182 insertions(+), 13 deletions(-) create mode 100644 web/src/stores/preferences.js diff --git a/web/src/components/MotionFastestAircraft.svelte b/web/src/components/MotionFastestAircraft.svelte index 806f25e..d18b93e 100644 --- a/web/src/components/MotionFastestAircraft.svelte +++ b/web/src/components/MotionFastestAircraft.svelte @@ -1,15 +1,16 @@