From f14d33aa5d61d4322a09800e2d56108492ff7435 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:06:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Added=20ARIA=20labels?= =?UTF-8?q?=20to=20icon-only=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: vireapp <260846454+vireapp@users.noreply.github.com> --- src/components/room/room-client-v2.tsx | 5 ++++- src/components/room/video-grid.tsx | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/room/room-client-v2.tsx b/src/components/room/room-client-v2.tsx index b0c356e..6cabd0b 100644 --- a/src/components/room/room-client-v2.tsx +++ b/src/components/room/room-client-v2.tsx @@ -873,6 +873,7 @@ export function RoomClientV2({ room, user }: RoomClientV2Props) { size="icon" onClick={() => setMobileTab("none")} className="rounded-full" + aria-label="Close mobile tab" > @@ -1065,6 +1066,7 @@ export function RoomClientV2({ room, user }: RoomClientV2Props) { variant="secondary" onClick={copyCode} className="shrink-0 bg-white/10 hover:bg-white/20 border-0" + aria-label="Copy room code" > {copied ? ( @@ -1219,6 +1221,7 @@ export function RoomClientV2({ room, user }: RoomClientV2Props) { size="icon" onClick={() => setMobileTab("menu")} className="text-white hover:bg-white/10 rounded-full" + aria-label="Open mobile menu" > @@ -1562,7 +1565,7 @@ export function RoomClientV2({ room, user }: RoomClientV2Props) {

People

-
diff --git a/src/components/room/video-grid.tsx b/src/components/room/video-grid.tsx index bc3ebd1..69ae125 100644 --- a/src/components/room/video-grid.tsx +++ b/src/components/room/video-grid.tsx @@ -85,13 +85,13 @@ export function VideoGrid({ {/* In-Card Controls - Mobile Only (Bottom Bar handles Desktop) */}
- - -