{#if !hasHistory}
No reading history yet
Chapters you read will appear here
{:else if groups.length === 0}
No results for "{historySearch}"
{:else}
{#if stats.totalChaptersRead > 0}
{stats.currentStreakDays}
Day streak
{stats.totalChaptersRead}
Chapters read
{formatReadTime(stats.totalMinutesRead)}
Read time
{stats.totalMangaRead}
Series read
{/if} {#each groups as { label, items } (label)}
{label}
{#each items as session (session.latestChapterId)}
onOpenSeries(session)}>
{#if session.chapterCount > 1}
{session.chapterCount}
{/if}
{session.mangaTitle}
{#if session.chapterCount > 1} {session.firstChapterName}
→
{session.latestChapterName} {:else} {session.latestChapterName} {#if session.latestPageNumber > 1}
· p.{session.latestPageNumber}
{/if} {/if}
{timeAgo(session.readAt)}
{/each}
{/each}
{/if}