From 49242fba3f8e1920b2e0066dc84de43d061b2d27 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 08:40:43 +0000 Subject: [PATCH] feat(ux): add aria-labels to icon-only buttons in bargain-ai Added descriptive aria-label attributes to the icon-only buttons (Open Product Assistant, Close Product Assistant, Send message) in the ProductAssistant (BargainAI) component to improve screen reader accessibility. Co-authored-by: f4teless <60130665+f4teless@users.noreply.github.com> --- .jules/palette.md | 0 components/features/bargain-ai.tsx | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 .jules/palette.md diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..e69de29 diff --git a/components/features/bargain-ai.tsx b/components/features/bargain-ai.tsx index 6b5959d..5c6269f 100644 --- a/components/features/bargain-ai.tsx +++ b/components/features/bargain-ai.tsx @@ -118,6 +118,7 @@ export function ProductAssistant({ productContext }: ProductAssistantProps) {