feat: profile sorting

This commit is contained in:
zhom
2026-06-24 00:41:19 +04:00
parent 4007dedcf0
commit f29b161cf4
12 changed files with 189 additions and 34 deletions
+3
View File
@@ -36,6 +36,9 @@ export interface BrowserProfile {
proxy_bypass_rules?: string[];
created_by_id?: string;
created_by_email?: string;
/** Profile creation timestamp (epoch seconds, UTC). Undefined for legacy
* profiles created before this field existed. */
created_at?: number;
dns_blocklist?: string;
password_protected?: boolean;
}