Mangas

{#if filtersOpen}
Status
Genres (all must match)
{#each allGenres as g (g.id)} {@const on = selectedGenres.some((x) => x.id === g.id)} {/each}
Tags (all must match) {#if selectedTags.length > 0}
{#each selectedTags as t (t.id)} removeTag(t)} removeLabel={`Remove tag ${t.name}`} testid={`tag-filter-chip-${t.name}`} /> {/each}
{/if}
{#if activeFilterCount > 0} {/if}
{/if}
{#if loading}

Loading…

{:else if error} {:else if mangas.length === 0}

No mangas yet. Upload one.

{:else} {#if total !== null}

Showing {mangas.length} of {total}

{/if} {/if}