diff --git a/src/app.html b/src/app.html index 745dc8e..e74f1f3 100644 --- a/src/app.html +++ b/src/app.html @@ -16,11 +16,11 @@ + - - + %sveltekit.head% @@ -170,7 +181,7 @@ class="notification-item" class:unread={!n.read} style="animation-delay: {Math.min(i, 15) * 30}ms" - onclick={(e) => handleNotificationClick(e, n.clipId)} + onclick={(e) => handleNotificationClick(e, n)} >
{#if n.actorAvatar} diff --git a/src/lib/components/InstallBanner.svelte b/src/lib/components/InstallBanner.svelte index fd05d91..184d2c4 100644 --- a/src/lib/components/InstallBanner.svelte +++ b/src/lib/components/InstallBanner.svelte @@ -7,7 +7,6 @@ } from '$lib/stores/pwa'; import XIcon from 'phosphor-svelte/lib/XIcon'; import ExportIcon from 'phosphor-svelte/lib/ExportIcon'; - import DownloadSimpleIcon from 'phosphor-svelte/lib/DownloadSimpleIcon'; let showingInstructions = $state(false); @@ -64,23 +63,17 @@ {/if}
{:else} - +