From ff9487eb2f245a388f87a81e5101cb1117125bff Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 28 Aug 2025 23:28:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20add=20missing=20?= =?UTF-8?q?aria=20attribute=20to=20lower=20hand=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add required aria accessibility attribute to the lower hand button for proper screen reader support and compliance. --- .../components/controls/Participants/HandRaisedListItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Participants/HandRaisedListItem.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Participants/HandRaisedListItem.tsx index 4eafa150..9ba54ce2 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Participants/HandRaisedListItem.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Participants/HandRaisedListItem.tsx @@ -75,6 +75,7 @@ export const HandRaisedListItem = ({ variant="greyscale" size="sm" onPress={() => lowerHandParticipant(participant)} + aria-label={t('participants.lowerParticipantHand', { name })} tooltip={t('participants.lowerParticipantHand', { name })} data-attr="participants-lower-hand" >