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
+2 -1
View File
@@ -3297,7 +3297,8 @@ export class DownloadManager extends EventEmitter {
completedAt: nowMs(),
durationSeconds,
status: reason === "completed" ? "completed" : "deleted",
outputDir: pkg.outputDir
outputDir: pkg.outputDir,
urls: completedItems.map(item => item.url).filter(Boolean),
};
this.onHistoryEntryCallback(entry);
}