From e1a527d2d6a39b17f3b211986e12e1d37765e327 Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Sat, 4 Apr 2026 02:42:40 +0545 Subject: [PATCH] feat: redesign toast notifications for mobile UX --- src/app/components/Toast.svelte | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/components/Toast.svelte b/src/app/components/Toast.svelte index 7674bc01..7107975a 100644 --- a/src/app/components/Toast.svelte +++ b/src/app/components/Toast.svelte @@ -1,20 +1,35 @@ {#if $toast} {@const theme = $toast.theme || "info"} -
+
{#key $toast.id}
{/if}

-
{/key}