From a620b69e70e1bf96a6f1aec359b12b6634b0ffd1 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 07:50:17 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20[UX=20improvement?= =?UTF-8?q?]=20Add=20aria-label=20to=20In-Game=20Name=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jules/palette.md | 3 +++ activity/src/components/RoleEditor.tsx | 1 + packages/shared/src/index.ts | 1 + 3 files changed, 5 insertions(+) diff --git a/.jules/palette.md b/.jules/palette.md index f546c1f9..c06dc2dd 100644 --- a/.jules/palette.md +++ b/.jules/palette.md @@ -5,3 +5,6 @@ ## 2026-04-12 - Focus Visible Styles **Learning:** In custom components, applying global `:focus-visible` to interactive elements improves keyboard accessibility natively without specific component overrides. **Action:** Use global pseudo selectors for standard interactive elements if component-level focus states are missing, ensuring accessibility without bloat. +## 2026-06-28 - Missing form labels in custom views +**Learning:** Raw input fields like `` and `