From e78901f8d2306ab060be967b4bffd225aabf2195 Mon Sep 17 00:00:00 2001 From: Darshan Date: Sat, 27 Sep 2025 14:01:48 +0530 Subject: [PATCH 1/2] fix: barebones animation to a nicer one for notifications. --- src/lib/layout/notifications.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/layout/notifications.svelte b/src/lib/layout/notifications.svelte index 5464edb31..f80ba5243 100644 --- a/src/lib/layout/notifications.svelte +++ b/src/lib/layout/notifications.svelte @@ -1,5 +1,6 @@ @@ -8,7 +9,10 @@
{#each $notifications as notification (notification.id)} - + Date: Sat, 27 Sep 2025 14:02:53 +0530 Subject: [PATCH 2/2] lint. --- src/lib/layout/notifications.svelte | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/layout/notifications.svelte b/src/lib/layout/notifications.svelte index f80ba5243..aa0132398 100644 --- a/src/lib/layout/notifications.svelte +++ b/src/lib/layout/notifications.svelte @@ -9,10 +9,7 @@
{#each $notifications as notification (notification.id)} - +