web/ProcessingQueueItem: state icons, localized strings, fix line break
This commit is contained in:
@@ -24,6 +24,7 @@ export const checkTasks = () => {
|
||||
const pipelineItem = task.pipeline[i];
|
||||
|
||||
addWorkerToQueue(pipelineItem.workerId, {
|
||||
type: pipelineItem.worker,
|
||||
parentId: task.id,
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import type { CobaltWorkerProgress } from "$lib/types/workers";
|
||||
import type { CobaltWorkerProgress, CobaltWorkerType } from "$lib/types/workers";
|
||||
|
||||
export type CobaltCurrentTaskItem = {
|
||||
type: CobaltWorkerType,
|
||||
parentId: string,
|
||||
progress?: CobaltWorkerProgress,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user