feat: add notes

This commit is contained in:
zhom
2025-11-30 10:45:39 +04:00
parent 2c7c07c414
commit 5947ec14e6
9 changed files with 401 additions and 93 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ export interface ProxySettings {
}
export interface TableSortingSettings {
column: string; // "name", "browser", "status"
column: string; // "name", "note", "status"
direction: string; // "asc" or "desc"
}
@@ -23,6 +23,7 @@ export interface BrowserProfile {
camoufox_config?: CamoufoxConfig; // Camoufox configuration
group_id?: string; // Reference to profile group
tags?: string[];
note?: string; // User note
}
export interface ProxyCheckResult {