First lines preview:
{#each pendingImport.preview.firstLines as line}{line}
{/each}Run AI tasks on the imported book to enrich it:
Loading…
{:else if tasks.length === 0}No import tasks yet.
{:else}| Title | Type | Status | Chapters | Started | AI |
|---|---|---|---|---|---|
|
{task.title}
{task.slug}
{#if task.error_message}
{task.error_message}
{/if}
|
{task.file_type} | {task.status} | {task.chapters_done}/{task.chapters_total} | {formatDate(task.started)} | {#if task.status === 'done'} {/if} |