diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index caff8bbb..ffea52d3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -68,6 +68,7 @@ classes: { toast: 'shadow-xl px-4 py-3 flex items-center gap-x-3 max-w-full w-full rounded mx-auto text-xs mx-0', + loading: 'bg-shade-0', error: 'text-red-50 bg-red-700', success: 'text-emerald-50 bg-emerald-700', warning: 'text-yellow-50 bg-yellow-700', diff --git a/src/routes/settings/Ollama.svelte b/src/routes/settings/Ollama.svelte index f7ab517b..ebefff4d 100644 --- a/src/routes/settings/Ollama.svelte +++ b/src/routes/settings/Ollama.svelte @@ -50,7 +50,7 @@ async function pullModel() { if (!modelTag) return; isPullInProgress = true; - const toastId = toast.message($LL.pullingModel(), { description: modelTag }); + const toastId = toast.loading($LL.pullingModel(), { description: modelTag }); try { await ollamaPull(