From 4c5fc4dc0df403c0762e9d7c3d7af8daa3d84057 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:15:55 +0000 Subject: [PATCH 1/4] =?UTF-8?q?UX=20=EA=B0=9C=EC=84=A0:=20=EA=B4=80?= =?UTF-8?q?=EA=B3=84=20=EC=82=AD=EC=A0=9C=20=EB=B2=84=ED=8A=BC=20=EC=A0=91?= =?UTF-8?q?=EA=B7=BC=EC=84=B1=20=ED=96=A5=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `EditEdgeModal.tsx`의 "삭제" 버튼에 `aria-label="관계 삭제"`를 추가하여 스크린 리더 사용자가 어떤 대상을 삭제하는지 명확히 인지할 수 있도록 접근성을 개선했습니다. 또한 `ModalCoverage.test.tsx`의 쿼리 셀렉터를 업데이트하여 테스트가 변경사항을 올바르게 검증하도록 수정했습니다. --- .Jules/palette.md | 3 +++ frontend/src/components/modals/EditEdgeModal.tsx | 1 + frontend/src/components/modals/ModalCoverage.test.tsx | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.Jules/palette.md b/.Jules/palette.md index 7577a1ca..924721d2 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -56,3 +56,6 @@ ## 2024-07-14 - Native Keyboard Submission with Forms for Modals **Learning:** Modals designed with plain `