알림팝업 수정, 전략평가 로직 개선
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user