Two related visibility improvements. 1. Status cell now shows which account the job is running on: "Upload · Primär", "Retry 2/3 · Fallback #1: <error>", etc. - _emitProgress passes task.accountId in every progress event - renderer maps accountId → position in config.hosters[hoster] and renders "Primär" for index 0 and "Fallback #N" for the rest - Applies to uploading/getting-server/retrying (static states like done/error already tell their own story) 2. Right-click on a job → "Log anzeigen" opens a modal with the full per-job trail: every rot-log entry tagged with that job's jobId plus every non-uploading progress transition. Replaces the need to grep account-rotation.log for a single filename. - UploadManager: all 13 job-scoped _rotLog calls now carry jobId - main.js: _jobLogCollector Map<jobId, Array<entry>> with 200-entry ring buffer per job; cleared on each new start-upload (fresh batch = fresh log). addJobs mid-batch keeps history. - New IPC 'get-job-log' returns the array; preload.js exposes window.api.getJobLog(jobId) - renderer: modal card + context-menu item "Log anzeigen"; entries formatted as "[HH:MM:SS.mmm] [event] k=v k=v"; copy-to- clipboard button |
||
|---|---|---|
| .. | ||
| app.js | ||
| drop-target.html | ||
| index.html | ||
| styles.css | ||