{ setGenreFilter(""); setNavPage(prevNavPage); }}>
Back
{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, i (m.id)}
setPreviewManga(m)} oncontextmenu={(e) => { e.stopPropagation(); openCtx(e, m); }}>
{#if m.inLibrary}
Saved
{/if}
{m.title}
{/each} {#if hasMore}
{#if loadingMore}
Loading…{:else}Show more{/if}
{/if}
{/if}
{#if ctx}
ctx = null} /> {/if}