From 190950546669a6e833e27a51c1d9d44977079638 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Mon, 16 Jun 2025 10:33:48 +0200 Subject: [PATCH 1/3] make header h1 instead of div --- src/lib/components/chat/Settings/Interface.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index ce5c15fb9..818ce4d5d 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -385,7 +385,7 @@
-
{$i18n.t('UI')}
+

{$i18n.t('UI')}

From 047d8cec5d9339ec8dc9885e569179e6fc930f4e Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Mon, 16 Jun 2025 10:51:12 +0200 Subject: [PATCH 2/3] aria-labelledby on buttons to connect to labels --- .../components/chat/Settings/Interface.svelte | 101 ++++++++++++------ 1 file changed, 68 insertions(+), 33 deletions(-) diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 818ce4d5d..d630519d6 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -389,11 +389,12 @@
-
+
{$i18n.t('High Contrast Mode')} ({$i18n.t('Beta')})
-
+
{$i18n.t('Allow User Location')}