From 80df16f97b862760e7b4ab9bfa30ebbb27f2111e Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Sat, 4 Apr 2026 16:45:49 +0000 Subject: [PATCH] feat: redesign toast notifications for UX (#148) Co-authored-by: userAdityaa Co-committed-by: userAdityaa --- src/app/components/Toast.svelte | 81 ++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 7 deletions(-) diff --git a/src/app/components/Toast.svelte b/src/app/components/Toast.svelte index 7674bc01..7e8bd399 100644 --- a/src/app/components/Toast.svelte +++ b/src/app/components/Toast.svelte @@ -1,28 +1,98 @@ {#if $toast} {@const theme = $toast.theme || "info"} -
+
{#key $toast.id} {/key}