feat(compare): 종목 비교 페이지 (/compare)

- 최대 5종목 누적수익률(%) 한 차트 비교, 기간 1M/3M/6M/1Y
- URL ?codes=A,B,C 양방향 동기화 (Suspense + useSearchParams)
- 검색 칩으로 종목 추가, ✕ 로 제거. 종목별 최종 수익률 칩 표시
- TopNav 우측에 "비교" 링크
This commit is contained in:
claude-owner
2026-05-28 18:27:27 +09:00
parent 139403c133
commit 0f89b2c042
2 changed files with 421 additions and 0 deletions

View File

@@ -151,6 +151,13 @@ export function TopNav() {
)}
</div>
<Link
href="/compare"
className="shrink-0 text-xs text-zinc-400 hover:text-zinc-200"
title="종목 비교"
>
</Link>
<Link
href="/alerts"
className="shrink-0 text-xs text-zinc-400 hover:text-zinc-200"