Edit {manga.title} — Mangalord

Edit manga

{#if !session.loaded}

Loading…

{:else if !session.user}

Sign in to edit this manga.

{:else}

Manga details

Authors
{#each mangaAuthors as a (a)} removeAuthor(a)} /> {/each}
{ if (e.key === 'Enter') { e.preventDefault(); addAuthor(); } }} placeholder="Add author" maxlength="200" data-testid="manga-author-input" />
Genres
{#each genres as g (g.id)} {/each}
Alternative titles
{#each mangaAltTitles as t (t)} removeAltTitle(t)} /> {/each}
{ if (e.key === 'Enter') { e.preventDefault(); addAltTitle(); } }} placeholder="Add alternative title" maxlength="200" data-testid="manga-alt-input" />
Cover {#if currentCoverPath && !pendingCoverRemoval}
Current cover
{:else if pendingCoverRemoval}

Cover will be removed on save.

{/if} {#if coverFile} Will upload: {coverFile.name} ({formatBytes(coverFile.size)}) {/if} {#if coverError} {coverError} {/if}
Cancel
{#if mangaError} {/if}
{/if}