From 6c83df1a1cdabe22eddd66abab74d51ed6bd4db3 Mon Sep 17 00:00:00 2001 From: eti Date: Tue, 4 Aug 2026 18:59:05 +0200 Subject: [PATCH] web/components: make the settings sidebar a vertical Tabs The vertical variant now looks like the old SettingsNav and slides the same plate the horizontal tabs do, so the current section animates as you move between pages. SettingsNav keeps only the phone picker, which is now a Select. This also restores the tv refactor in Tabs.svelte, which c54416b2 undid by accident. Signed-off-by: eti --- .../components/settings/SettingsNav.svelte | 87 +++----------- web/src/lib/components/ui/Tabs.stories.svelte | 17 +++ web/src/lib/components/ui/Tabs.svelte | 107 +++++++++++------- 3 files changed, 100 insertions(+), 111 deletions(-) diff --git a/web/src/lib/components/settings/SettingsNav.svelte b/web/src/lib/components/settings/SettingsNav.svelte index 38a2e4fd..de642ad5 100644 --- a/web/src/lib/components/settings/SettingsNav.svelte +++ b/web/src/lib/components/settings/SettingsNav.svelte @@ -1,19 +1,14 @@
-
- {#if ActiveGlyph} -
+ +