mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-02 04:51:20 +00:00
web: rename queen-bee to task-manager
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
less corny and less cryptic
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
import { t } from "$lib/i18n/translations";
|
||||
import { formatFileSize } from "$lib/util";
|
||||
import { downloadFile } from "$lib/download";
|
||||
import { removeItem } from "$lib/state/queen-bee/queue";
|
||||
import { removeItem } from "$lib/state/task-manager/queue";
|
||||
import { savingHandler } from "$lib/api/saving-handler";
|
||||
|
||||
import type { CobaltQueueItem } from "$lib/types/queue";
|
||||
import type { CobaltWorkerProgress } from "$lib/types/workers";
|
||||
import type { CobaltCurrentTaskItem } from "$lib/types/queen-bee";
|
||||
import type { CobaltCurrentTaskItem } from "$lib/types/task-manager";
|
||||
|
||||
import ProgressBar from "$components/queue/ProgressBar.svelte";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user