{{ t('main.title', { name: userName }) }}

@for (chart of charts; track chart.id) {
{{ chart.title }}
}
{{ t('main.resetLayout') }} {{ t('main.hideAll') }} {{ t('main.showAll') }} {{ t('main.close') }}
@for (chart of visibleCharts; track chart.id) {
@switch (chart.id) { @case ('heatmap') { } @case ('timeline') { } @case ('genre-stats') { } @case ('completion-timeline') { } @case ('favorite-days') { } @case ('peak-hours') { } @case ('reading-dna') { } @case ('reading-habits') { } @case ('reading-heatmap') { } @case ('personal-rating') { } @case ('reading-progress') { } @case ('read-status') { } @case ('rating-taste') { } @case ('series-progress') { } @case ('page-turner') { } @case ('completion-race') { } @case ('reading-survival') { } @case ('reading-clock') { } @case ('book-length') { } @case ('book-flow') { } @case ('reading-debt') { } @case ('publication-era') { } @case ('session-archetypes') { } }
}