{title}
New discussion
{#each rows as thread}
{/each}
{#if threadStore.loading && rows.length === 0}
Loading discussions…
{:else if !threadStore.exhausted}
loadMore(groupId)} disabled={threadStore.loadingMore} aria-busy={threadStore.loadingMore} class="rounded border border-neutral-200 px-6 py-1.5 text-sm font-medium text-neutral-700 hover:bg-neutral-50 disabled:opacity-50" > {threadStore.loadingMore ? "Loading…" : "Show more"}
{:else if rows.length > 0}
No more discussions
{/if}