Collections

{#await data.result} {:then r} {#if !r.authenticated}

Sign in to see and manage your collections.

{:else if r.error} {:else if r.collections.length === 0}

You don't have any collections yet. Open any manga and use Add to collection to start one.

{:else} {#snippet children(items: CollectionSummary[])} {/snippet} {/if} {/await}