Back to Kavita

Files Over Time.Component

UI/Web/src/app/statistics/_components/files-over-time/files-over-time.component.html

0.9.0266 B
Original Source

{{t('title')}}

@if (isLoading()) {

} @else if (chartData(); as chart) { @if (chart.hasData) { } @else { } } @let mostFiles = mostFilesInADay(); @if (mostFiles.count > 0) { {{t('most-files', {date: mostFiles.date, count: mostFiles.count | number})}} }