feat(alerts): /alerts 통합 관리 페이지 + TopNav 🔔 링크
- 종목별 그룹핑 (Map by code), 활성·발사됨 분리 카운트
- 행 단위 재무장/삭제 + 전체 삭제 (confirm)
- Notification 권한이 default 일 때만 권한 요청 배너 노출
- TopNav 우측 ★ 옆에 🔔 알람 페이지 링크 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user