Commit 8cfc315a8 for llama.cpp
commit 8cfc315a8abd654938f21d64ec683f8035d403fa
Author: Agustín Mista <agustin@mista.me>
Date: Tue Sep 22 09:23:41 2026 +0200
Add close button to UI toasts (#28246)
This commit tweaks the Toaster element to include a close button.
These toasts often cover other UI elements like the model selector, and
this change avoids having to wait for them to disappear on their own
(e.g. after a load failure).
diff --git a/tools/ui/src/routes/+layout.svelte b/tools/ui/src/routes/+layout.svelte
index 625035d71..5de4f82c1 100644
--- a/tools/ui/src/routes/+layout.svelte
+++ b/tools/ui/src/routes/+layout.svelte
@@ -335,7 +335,7 @@
<ModeWatcher />
- <Toaster richColors />
+ <Toaster closeButton richColors />
</Tooltip.Provider>
<!-- PWA update prompt + version -->