{#snippet columnLabel(label: string)} {#if label === "LIKE"} {:else if label === "REPOST"} {:else if label === "REPLY"} {:else} {label} {/if} {/snippet} {#snippet sortIcon(column: string)} {#if sortColumn !== column} {:else if sortDirection === "asc"} {:else} {/if} {/snippet}
{#each columns as column} {/each} {#each paginatedPosts as post} onOpenPost(post)}> {:else} {/each} {#if posts.length > 0} {/if}
onSort(column.key)}>
{@render columnLabel(column.label)} {@render sortIcon(column.key)}
@{post.author_handle}
{formatShortDate(post.created_at)} {post.like_count || 0} {post.repost_count || 0} {post.reply_count || 0} {post.source}

No posts found

Try searching or refreshing your data

Showing {pageStart}-{pageEnd} of {posts.length}

{#each visiblePages as page} {/each}