알림팝업 수정, 전략평가 로직 개선

This commit is contained in:
Macbook
2026-06-05 10:32:40 +09:00
parent 238dd0cebe
commit 5278177bbb
9 changed files with 484 additions and 116 deletions
+6
View File
@@ -33,6 +33,12 @@ export interface UiPreferences {
tradeNotifications?: {
readIds?: string[];
hiddenIds?: string[];
/**
* 전체닫기·전체삭제 실행 시각 (epoch 초).
* candleTime < suppressBefore 인 신호는 팝업 표시하지 않는다.
* 백엔드 backfill 로 오래된 신호가 STOMP 재전송되어도 팝업이 뜨지 않게 한다.
*/
suppressBefore?: number;
/** 매매 시그널 알림 목록 화면 — list | grid */
listLayout?: 'list' | 'grid';
/** 그리드형 열 배치 프리셋 id (tradeNotificationGridPresets) */