web/ProcessingQueueItem: display all steps in progress bar

This commit is contained in:
wukko
2025-01-31 21:59:00 +06:00
parent cdfb6e0fd9
commit 398c5402d2
3 changed files with 68 additions and 34 deletions

View File

@@ -76,6 +76,9 @@
runningWorker={
item.state === "running" ? $currentTasks[item.runningWorker] : undefined
}
runningWorkerId={
item.state === "running" ? item.runningWorker : undefined
}
/>
{/each}
{#if queue.length === 0}