Feed
(showNewPostForm = !showNewPostForm)} class="px-4 py-2 bg-fog-accent dark:bg-fog-dark-accent text-white rounded hover:opacity-90" > {showNewPostForm ? 'Cancel' : 'New Post'}
{#if showNewPostForm}
{ showNewPostForm = false; replyingTo = null; }} />
{/if} {#if loading}
Loading feed...
{:else if posts.length === 0}
No posts yet. Be the first to post!
{:else}
{#each posts as post (post.id)}
{/each}
{/if}