From 579a3d7c55edfa53bdb83a051bad9f8156df9b4b Mon Sep 17 00:00:00 2001 From: billlzzz10 <208072329+billlzzz10@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:40:37 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20accessibili?= =?UTF-8?q?ty=20attributes=20to=20layout=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added `type="button"` to layout buttons to prevent accidental form submission and explicitly set `aria-label` for better screen reader accessibility. Also added `aria-hidden="true"` to decorative icons inside the buttons. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- src/components/layout/cli-command.tsx | 4 +++- src/components/layout/notification-bell.tsx | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/layout/cli-command.tsx b/src/components/layout/cli-command.tsx index 5b49b356..ba6ff861 100644 --- a/src/components/layout/cli-command.tsx +++ b/src/components/layout/cli-command.tsx @@ -51,12 +51,14 @@ export function CliCommand() { {tCommon("copied")}