From fadfa8ff5be12273d793e5eec0f1aed9d336179a Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:24:14 +0000 Subject: [PATCH 01/11] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20SelectTrigger?= =?UTF-8?q?=20=EC=9A=94=EC=86=8C=EC=9D=98=20=EC=A0=91=EA=B7=BC=EC=84=B1(ar?= =?UTF-8?q?ia-label)=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .Jules/palette.md | 4 ++++ packages/web/src/components/layout/org-switcher.tsx | 2 +- packages/web/src/components/layout/project-filter.tsx | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.Jules/palette.md b/.Jules/palette.md index 104c1e4b..b91d0e26 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -9,3 +9,7 @@ ## 2024-11-20 - CopyPromptButton 접근성 향상 (동적 텍스트 및 상태) **Learning:** `CopyPromptButton`과 같이 버튼을 클릭했을 때 시각적으로만 상태가 변하고(예: 복사 아이콘이 체크 아이콘으로 변경), 텍스트가 동적으로 변경되는 컴포넌트에서는 스크린 리더 사용자가 상태 변화를 알아채기 어렵습니다. 또한 스크린 리더가 순수 장식용 아이콘까지 불필요하게 읽을 수 있습니다. **Action:** 동적으로 변경되는 텍스트를 ``로 감싸 스크린 리더가 즉시 변경 사항을 읽어주도록 해야 합니다. `