From 230330ef6c80c647aadd45b1076d9b61db4492bd Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:41:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20accessibili?= =?UTF-8?q?ty=20for=20overview=20stats=20collapsible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added proper ARIA attributes to the collapsible "What do these numbers mean?" section in `overview-stats.tsx` to provide standard accessibility for screen readers. - Linked button to collapsible content with `aria-controls` - Reflected collapsed/expanded state with `aria-expanded` - Added `aria-hidden="true"` to visual icons/instructional texts to avoid redundancy. --- packages/web/src/components/dashboard/overview-stats.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/web/src/components/dashboard/overview-stats.tsx b/packages/web/src/components/dashboard/overview-stats.tsx index cce93b6..aa6e11d 100644 --- a/packages/web/src/components/dashboard/overview-stats.tsx +++ b/packages/web/src/components/dashboard/overview-stats.tsx @@ -85,15 +85,17 @@ export function OverviewStats({ {expanded && ( -
Sessions — 팀원들이 시작한 Claude Code 세션 수.