From 3cd5c77f424251cc35efc1e1c476d8fc36855c5e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 13 Nov 2025 22:14:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20enhance=20sidepa?= =?UTF-8?q?nel=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the appropriate HTML ) type PanelProps = { @@ -144,6 +148,7 @@ export const SidePanel = () => { return ( { layoutStore.activePanelId = null layoutStore.activeSubPanelId = null diff --git a/src/frontend/src/locales/de/rooms.json b/src/frontend/src/locales/de/rooms.json index 19f823e5..102d30b9 100644 --- a/src/frontend/src/locales/de/rooms.json +++ b/src/frontend/src/locales/de/rooms.json @@ -270,6 +270,7 @@ } }, "sidePanel": { + "ariaLabel": "Seitenleiste", "heading": { "participants": "Teilnehmer", "effects": "Effekte", diff --git a/src/frontend/src/locales/en/rooms.json b/src/frontend/src/locales/en/rooms.json index 7f1b32d9..cda662e1 100644 --- a/src/frontend/src/locales/en/rooms.json +++ b/src/frontend/src/locales/en/rooms.json @@ -270,6 +270,7 @@ } }, "sidePanel": { + "ariaLabel": "Sidepanel", "heading": { "participants": "Participants", "effects": "Backgrounds and Effects", diff --git a/src/frontend/src/locales/fr/rooms.json b/src/frontend/src/locales/fr/rooms.json index 2adcc6ba..4f102435 100644 --- a/src/frontend/src/locales/fr/rooms.json +++ b/src/frontend/src/locales/fr/rooms.json @@ -270,6 +270,7 @@ } }, "sidePanel": { + "ariaLabel": "Panneau latéral", "heading": { "participants": "Participants", "effects": "Arrière-plans et effets", diff --git a/src/frontend/src/locales/nl/rooms.json b/src/frontend/src/locales/nl/rooms.json index be7c0f25..eff87701 100644 --- a/src/frontend/src/locales/nl/rooms.json +++ b/src/frontend/src/locales/nl/rooms.json @@ -270,6 +270,7 @@ } }, "sidePanel": { + "ariaLabel": "Zijbalk", "heading": { "participants": "Deelnemers", "effects": "Effecten",