From 9073e78169bc7cf75094992d71694ba1fb85ab2e Mon Sep 17 00:00:00 2001 From: altair823 Date: Sun, 10 May 2026 14:12:37 +0900 Subject: [PATCH] =?UTF-8?q?refactor(v032):=20=ED=83=AD=20ARIA=20canonical?= =?UTF-8?q?=20+=20loadExpired=20dead-code=20=EC=A0=9C=EA=B1=B0=20(#14,=20#?= =?UTF-8?q?18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - App.tsx 탭 button 의 aria-pressed → role="tab" + aria-selected (canonical pattern, a11y audit 정정) - store.ts loadExpired action + test 제거 (App.tsx 호출 0건, loadInitial/refreshMeta 가 inline fetch — dead code) --- src/renderer/inbox/App.tsx | 4 +++- src/renderer/inbox/store.ts | 5 ----- tests/unit/App.test.tsx | 28 +++++++++++++++++----------- tests/unit/store.expired.test.ts | 9 --------- 4 files changed, 20 insertions(+), 26 deletions(-) diff --git a/src/renderer/inbox/App.tsx b/src/renderer/inbox/App.tsx index 691fef6..09dd46c 100644 --- a/src/renderer/inbox/App.tsx +++ b/src/renderer/inbox/App.tsx @@ -106,8 +106,10 @@ export function App(): React.ReactElement { ).map((t) => (