From b60a511cb6283f486d07170bfc54366d68a2310b Mon Sep 17 00:00:00 2001 From: gahusb Date: Fri, 10 Jul 2026 14:01:28 +0900 Subject: [PATCH] =?UTF-8?q?docs(refactor):=20spec=20CATEGORY=5FCOLORS=20?= =?UTF-8?q?=EB=B0=B0=EC=B9=98=20=EC=BD=94=EB=A9=98=ED=8A=B8=20=EC=A0=95?= =?UTF-8?q?=EC=A0=95=20(co-locate)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01UHXzpsZQxKG9hQmNRfZjRS --- .../specs/2026-07-10-fe-module-refactor-instacards-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/specs/2026-07-10-fe-module-refactor-instacards-design.md b/docs/superpowers/specs/2026-07-10-fe-module-refactor-instacards-design.md index 4cd6e2c..f1750f3 100644 --- a/docs/superpowers/specs/2026-07-10-fe-module-refactor-instacards-design.md +++ b/docs/superpowers/specs/2026-07-10-fe-module-refactor-instacards-design.md @@ -35,7 +35,7 @@ src/pages/insta/ ├── InstaCards.jsx # shell(~140줄): 탭바 + 상태헤더 + progress배너 + handleCreateSlate + 2탭 레이아웃 조합 ├── InstaCards.css # 변경 없음 (shell에서 import 유지) -├── instaUtils.js # fmtDate(순수) + 다중 사용 상수(CATEGORY_COLORS) +├── instaUtils.js # fmtDate(순수) — 다중 컴포넌트 공유 헬퍼. (CATEGORY_COLORS는 단일 사용이라 ExternalTrendsPanel에 co-locate) ├── instaUtils.test.js # fmtDate 유닛 (신규) ├── hooks/ │ └── usePollTask.js # 태스크 폴링 훅 { taskId, task, start, clear }