From 980d57fe600748d2ef06d5092bdbc730442b975a Mon Sep 17 00:00:00 2001 From: Cyril Date: Tue, 26 May 2026 11:09:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20add=20aria-hidde?= =?UTF-8?q?n=20to=20decorative=20avatar=20SVGs=20in=20share=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hide decorative user avatar SVGs from assistive technologies in share modal. --- CHANGELOG.md | 8 ++++---- .../impress/src/features/auth/components/AvatarSvg.tsx | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af92ae62c..f5cb77820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to - 🐛(docs) run migration 0027 without superuser role - 🐛(backend) prevent admins/owners from overwriting other users comments +### Changed + +- ♿️(frontend) add aria-hidden to decorative avatar SVGs in share modal #2324 ## [v5.1.0] - 2026-05-11 @@ -37,7 +40,7 @@ and this project adheres to - 💬(frontend) add missing link in onboarding description #2233 - 🐛(frontend) sanitize pasted and dropped content in document title #2210 - 🐛(frontend) Emoji menu doesn't display above comment box #2229 -- 🐛(frontend) Block menu doesn't stay open on 1st line #2229 +- 🐛(frontend) Block menu doesn't stay open on 1st line #2229 - 🐛(frontend) The "+" on the first line of a new doc doesn't work #2229 - 🐛(backend) manage race condition between GET and PATCH content #2271 - 🐛(backend) replace document creation table locks with retry strategy #2274 @@ -46,8 +49,6 @@ and this project adheres to - 🔒️(frontend) sanitize color during collaboration #2270 - - ## [v5.0.0] - 2026-05-05 ### Added @@ -144,7 +145,6 @@ and this project adheres to - 🐛(y-provider) destroy Y.Doc instances after each convert request #2129 - 🐛(backend) remove deleted sub documents in favorite_list endpoint #2083 - ## [v4.8.3] - 2026-03-23 ### Changed diff --git a/src/frontend/apps/impress/src/features/auth/components/AvatarSvg.tsx b/src/frontend/apps/impress/src/features/auth/components/AvatarSvg.tsx index eb45cb426..4173f8ede 100644 --- a/src/frontend/apps/impress/src/features/auth/components/AvatarSvg.tsx +++ b/src/frontend/apps/impress/src/features/auth/components/AvatarSvg.tsx @@ -21,6 +21,7 @@ export const AvatarSvg: React.FC = ({ width="24" height="24" viewBox="0 0 24 24" + aria-hidden="true" {...props} >