알림 목록 정렬 기능 추가

This commit is contained in:
Macbook
2026-05-29 20:55:21 +09:00
parent 775f83e1b3
commit 6556741f83
3 changed files with 74 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ export interface UiPreferences {
listLayout?: 'list' | 'grid';
/** 그리드형 열 배치 프리셋 id (tradeNotificationGridPresets) */
gridPreset?: string;
/** 목록 정렬 — market | newest | oldest */
listSort?: 'market' | 'newest' | 'oldest';
};
}