feat(alerts): /alerts 통합 관리 페이지 + TopNav 🔔 링크

- 종목별 그룹핑 (Map by code), 활성·발사됨 분리 카운트
- 행 단위 재무장/삭제 + 전체 삭제 (confirm)
- Notification 권한이 default 일 때만 권한 요청 배너 노출
- TopNav 우측 ★ 옆에 🔔 알람 페이지 링크 추가
This commit is contained in:
claude-owner
2026-05-28 18:25:27 +09:00
parent fd7026ad09
commit 139403c133
2 changed files with 218 additions and 0 deletions

View File

@@ -151,6 +151,13 @@ export function TopNav() {
)}
</div>
<Link
href="/alerts"
className="shrink-0 text-xs text-zinc-400 hover:text-zinc-200"
title="가격 알람"
>
🔔
</Link>
<Link
href="/watchlist"
className="shrink-0 text-xs text-amber-300 hover:text-amber-200"