From 0862524fd548ed031e1550086c671f26a8f6e5d3 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 19 Nov 2025 11:29:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(frontend)=20fix=20toggle=20panel=20bu?= =?UTF-8?q?tton=20a11y=20with=20dynamic=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit improves screen sr by updating label and state indication dynamically Signed-off-by: Cyril --- CHANGELOG.md | 1 + .../src/features/header/components/ButtonTogglePanel.tsx | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a830190d7..c0caa7959e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to - ♿(frontend) improve ARIA in doc grid and editor for a11y #1519 - ♿(frontend) improve accessibility and styling of summary table #1528 - ♿(frontend) add focus trap and enter key support to remove doc modal #1531 + - ♿(frontend) fix toggle panel button a11y with dynamic label and aria-… #1634 - 🐛(frontend) preserve @ character when esc is pressed after typing it #1512 - 🐛(frontend) make summary button fixed to remain visible during scroll #1581 - 🐛(frontend) fix pdf embed to use full width #1526 diff --git a/src/frontend/apps/impress/src/features/header/components/ButtonTogglePanel.tsx b/src/frontend/apps/impress/src/features/header/components/ButtonTogglePanel.tsx index c11fab0705..3ba96971ae 100644 --- a/src/frontend/apps/impress/src/features/header/components/ButtonTogglePanel.tsx +++ b/src/frontend/apps/impress/src/features/header/components/ButtonTogglePanel.tsx @@ -12,7 +12,10 @@ export const ButtonTogglePanel = () => {