Add dreamer schedule controls to settings — hour selector, auto mode

This commit is contained in:
2026-04-26 23:04:22 -04:00
parent 37dbe16c03
commit bae7a87aa5
2 changed files with 30 additions and 0 deletions
+5
View File
@@ -73,6 +73,11 @@ export interface Settings {
font_size: 'small' | 'medium' | 'large';
web_search: boolean;
show_sources: boolean;
dream_hour_utc: number;
dream_minute_utc: number;
dream_mode: string;
ingest_hour_utc: number;
ingest_minute_utc: number;
}
export interface Conversation {
id: string;