From 4505f2a9796a145ffe7f3f38cf0f76404f55b8f4 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed, 10 Jun 2026 22:18:51 +0000
Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20accessibili?=
=?UTF-8?q?ty=20attributes=20to=20actions=20menu=20button?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
---
src/components/events/EventAnnotations.tsx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/components/events/EventAnnotations.tsx b/src/components/events/EventAnnotations.tsx
index aefd7007..88ded451 100644
--- a/src/components/events/EventAnnotations.tsx
+++ b/src/components/events/EventAnnotations.tsx
@@ -325,8 +325,11 @@ export default function EventAnnotations({
setShowActionsFor(showActionsFor === thread.id ? null : thread.id)
}
className="rounded-lg p-1.5 text-[#9CA3AF] hover:bg-[#F8FAFC] hover:text-[#666666] transition-colors"
+ aria-label="More actions"
+ aria-expanded={showActionsFor === thread.id}
+ aria-haspopup="menu"
>
-
+
From b6a8e71e3fd15665ede67eabcabce61eb49a2f8d Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed, 10 Jun 2026 22:27:41 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20accessibili?=
=?UTF-8?q?ty=20attributes=20to=20actions=20menu=20button?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>