add mobile mode as well

This commit is contained in:
Ryan Di
2025-09-19 00:54:24 +10:00
parent 4492c81fa8
commit e064bc236f

View File

@@ -448,7 +448,7 @@ export interface AppState {
lockedMultiSelections: { [groupId: string]: true }; lockedMultiSelections: { [groupId: string]: true };
/** properties sidebar mode - determines whether to show compact or complete sidebar */ /** properties sidebar mode - determines whether to show compact or complete sidebar */
stylesPanelMode: "compact" | "full"; stylesPanelMode: "compact" | "full" | "mobile";
} }
export type SearchMatch = { export type SearchMatch = {