Add multi-select, Ctrl+A, right-click context menu with link viewer to history tab

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 00:06:58 +01:00
co-authored by Claude Sonnet 4.6
parent 8f10ff8f96
commit 545043e1d6
4 changed files with 109 additions and 7 deletions
+1
View File
@@ -268,6 +268,7 @@ export interface HistoryEntry {
durationSeconds: number;
status: "completed" | "deleted";
outputDir: string;
urls?: string[];
}
export interface HistoryState {