From ce843a7c07bb0e4df2a5184339e5ae320dfcc051 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:44:01 +0000 Subject: [PATCH] feat(ui): add ARIA labels to icon buttons and hide ligatures - Added explicit `aria-label` attributes to "Back to Home" and "Deploy" buttons in `dashboard.html` and `glassui.html` where text is hidden on small screens via Tailwind classes. - Added `aria-label` to icon-only buttons ("Copy JSON", "Download JSON"). - Added `aria-hidden="true"` to `material-symbols-outlined` spans to prevent screen readers from announcing raw ligatures. - Created `.jules/palette.md` to document the learning regarding responsive Tailwind classes and screen reader behavior. Co-authored-by: Bhishaj9 <144550237+Bhishaj9@users.noreply.github.com> --- .jules/palette.md | 3 +++ dashboard.html | 16 ++++++++-------- glassui.html | 12 ++++++------ 3 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 .jules/palette.md diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..54c5762 --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2026-02-23 - Responsive Tailwind Classes Masking Accessible Names +**Learning:** When using responsive utility classes (like `hidden lg:inline`) to hide text on smaller screens (e.g., mobile viewports), the parent interactive element (` @@ -210,11 +210,11 @@

Generated Ou
- -
diff --git a/glassui.html b/glassui.html index 700dc49..18f82d3 100644 --- a/glassui.html +++ b/glassui.html @@ -147,9 +147,9 @@

+ @@ -206,11 +206,11 @@

Generated Ou
- -