알림 목록 정렬 기능 추가
This commit is contained in:
@@ -35,6 +35,8 @@ export interface UiPreferences {
|
||||
listLayout?: 'list' | 'grid';
|
||||
/** 그리드형 열 배치 프리셋 id (tradeNotificationGridPresets) */
|
||||
gridPreset?: string;
|
||||
/** 목록 정렬 — market | newest | oldest */
|
||||
listSort?: 'market' | 'newest' | 'oldest';
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user