Preserve queue recovery and desktop drop integrity

Resolve floating drops through Electron native paths, expand folders recursively, correlate terminal outcomes by job ID until final queue persistence succeeds, and keep current queue badges, telemetry, cancellation behavior, and copy-link wording synchronized.
This commit is contained in:
Sucukdeluxe
2026-08-13 20:45:01 +02:00
parent b64cdd0ff3
commit 4630c8c467
12 changed files with 363 additions and 55 deletions
+2
View File
@@ -63,6 +63,7 @@ const sourceFiles = [
'lib/upload-confirmation.js',
'lib/upload-diagnostics.js',
'lib/upload-manager.js',
'lib/upload-recovery.js',
'lib/vidmoly-upload.js',
'lib/voe-upload.js',
'lib/webhook-notify.js',
@@ -152,6 +153,7 @@ const sourceFiles = [
'tests/upload-confirmation.test.js',
'tests/upload-diagnostics.test.js',
'tests/upload-manager.test.js',
'tests/upload-recovery.test.js',
'tests/session-report.test.js',
'tests/validate-credentials.test.js',
'tests/webhook-notify.test.js'