Nothing here yet
{activeSlot.slotIndex === 0 ? "Read a manga to see it here" : "Pin a manga or keep reading to fill this slot"}
{#if activeSlot.slotIndex !== 0} {/if} {:else}
{heroManga.description}
{/if}No chapters to show
{:else if loadingHeroChapters} {#each Array(4) as _}No chapters available
{:else} {#each heroChapters as ch (ch.id)} {@const isCurrent = heroEntry?.chapterId === ch.id} {/each} {#if heroManga} {/if} {/if}Finish a manga to see it here
{/if}Loading…
{:else if pickerResults.length === 0}No results
{:else} {#each pickerResults as m (m.id)} {/each} {/if}