{label} {#if !loadingInitial || filtered.length > 0} {visibleItems.length}{filtered.length > visibleCount ? "+" : ""} of {filtered.length} {/if} {#if !loadingInitial && hasMoreNetwork} More loading… {/if}
{#if loadingInitial && filtered.length === 0}
{#each Array(50) as _}
{/each}
{:else if filtered.length === 0}
No manga found for "{label}".
{:else}
{#each visibleItems as m (m.id)} {/each} {#if hasMore}
{/if}
{/if}
{#if ctx} ctx = null} /> {/if}