From b005aca090fb2b5824d8bcb4659badb17940f005 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:00:48 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20[UX=20improvement?= =?UTF-8?q?]=20Enhance=20accessibility=20for=20table-based=20modal=20forms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jules/palette.md | 4 ++++ frontend/src/components/modals/CardinalityModal.tsx | 1 + frontend/src/components/modals/GroupModal.tsx | 1 + 3 files changed, 6 insertions(+) diff --git a/.jules/palette.md b/.jules/palette.md index 4fa55f04..ff8d88f8 100644 --- a/.jules/palette.md +++ b/.jules/palette.md @@ -46,3 +46,7 @@ ## 2026-07-05 - Accessible Disabled Buttons **Learning:** Adding `aria-describedby` to disabled buttons and explicitly linking them to visible helper text elements allows screen readers to announce the reason for being disabled, significantly improving accessibility for interactive elements that depend on prior state (like selecting a project). **Action:** Always pair disabled interactive elements with visible helper text and use `aria-describedby` to semantically link them, ensuring the context is available to assistive technologies. + +## 2024-05-18 - Table row input accessibility +**Learning:** In table-based forms where inputs or `