web: rename queen-bee to task-manager

less corny and less cryptic
This commit is contained in:
wukko
2025-04-02 14:57:45 +06:00
parent f4f7032062
commit 0fb4cd7888
13 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { t } from "$lib/i18n/translations";
import { createDialog } from "$lib/state/dialogs";
import { clearQueue } from "$lib/state/queen-bee/queue";
import { clearQueue } from "$lib/state/task-manager/queue";
import { clearCacheStorage, clearFileStorage } from "$lib/storage";
import IconFileShredder from "@tabler/icons-svelte/IconFileShredder.svelte";