Notifications
{#if unreadCount > 0}
{/if}
{#if loading}
{:else if error}
{:else if notifications.length === 0}
{:else}
{#each notifications as notification}
{@const Icon = getTypeIcon(notification.type)}
{/each}
{/if}
{#if notifications.length > 0}
{/if}