Notifications

Stay updated with your activities

{#if !$USER_DATA}

Please sign in

You need to be signed in to view notifications

{:else if loading} {:else if !$NOTIFICATIONS || $NOTIFICATIONS.length === 0}

No notifications yet

You'll see updates about your activities here

{:else}
{#each $NOTIFICATIONS as notification, index (notification.id)} {@const IconComponent = getNotificationIcon(notification.type)} {@const isNewNotification = newNotificationIds.includes(notification.id)} {#if index < $NOTIFICATIONS.length - 1} {/if} {/each}
{/if}