feat: 워크플로우 중심 3-그룹 네비게이션 + 글로벌 CSS 토큰 통일#9
Open
nunionda wants to merge 3 commits into
Open
Conversation
Signal Lab / Trading / Review 3그룹으로 8개 메뉴를 재구성하는 설계 문서. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 메인 메뉴를 Signal Lab / Trading / Review 3그룹 드롭다운으로 재구성 - SignalOverview, BacktestPage, SubNavigation 신규 페이지/컴포넌트 추가 - 레거시 URL 리다이렉트 설정 (/dashboard→/signals/stocks 등) - 디자인 토큰 시스템 도입 (typography, spacing, radius, shadow, component tokens) - ScalpAnalyzer, FabioStrategy 등 전 페이지 ~120개 하드코딩 색상을 CSS 변수로 교체 - 구현 계획 문서 추가 (docs/plan/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Navigation
Navbar.tsx/css: 8개 플랫 메뉴 → 3그룹 클릭 드롭다운 (hover 아님)App.tsx: 중첩 라우트 + Navigate 리다이렉트SubNavigation.tsx: 공유 서브탭 컴포넌트 (신규)SignalOverview.tsx: 3-자산 신호 랜딩 페이지 (신규)BacktestPage.tsx: Rebalance에서 분리된 독립 페이지 (신규)CSS Unification
index.css: 디자인 토큰 추가 (typography 7단계, spacing 7단계, radius 4단계, shadow 3단계, component tokens)ScalpAnalyzer.css,FabioStrategy.css: ~120개 하드코딩 색상 → CSS 변수--card-*,--table-*,--input-*토큰 적용Test plan
npx tsc --noEmit)npm run build)🤖 Generated with Claude Code