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).
This commit is contained in:
Agustín Mista
2026-09-22 09:23:41 +02:00
committed by GitHub
parent ec5a12b85a
commit 8cfc315a8a
+1 -1
View File
@@ -335,7 +335,7 @@
<ModeWatcher />
<Toaster richColors />
<Toaster closeButton richColors />
</Tooltip.Provider>
<!-- PWA update prompt + version -->