feat: per-profile window color with id-derived default

This commit is contained in:
zhom
2026-07-08 01:19:52 +04:00
parent 78803ab289
commit 63a1f4c92a
18 changed files with 224 additions and 9 deletions
+1
View File
@@ -27,6 +27,7 @@ export interface BrowserProfile {
group_id?: string; // Reference to profile group
tags?: string[];
note?: string; // User note
window_color?: string; // Per-profile window frame color "#RRGGBB"; auto-derived from the id when unset
sync_mode?: SyncMode;
encryption_salt?: string;
last_sync?: number; // Timestamp of last successful sync (epoch seconds)