added progress bar and scheduler

This commit is contained in:
Philipp
2026-05-21 08:53:21 +02:00
parent 3d46f8543b
commit f9350587fe
18 changed files with 624 additions and 165 deletions
+1
View File
@@ -28,5 +28,6 @@ function summarizeJob(job) {
type: job.type,
status: job.status,
currentStep: job.currentStep,
progress: job.progress,
};
}