Feed

{#if !isLoggedIn}

Log in to see your feed.

{:else if followPubkeys.length === 0}

You aren't following anyone yet.

Follow some people to see their notes here.

{:else} {#each $feedNotes as note (note.id)} {/each} {#if $feedLoading}
{/if} {#if !$feedHasMore && $feedNotes.length > 0}
No more notes.
{/if} {#if !$feedLoading && $feedNotes.length === 0}

No notes from your follows yet.

{/if} {/if}