Back to Kavita

Avg Time Spend Reading By Hour.Component

UI/Web/src/app/statistics/_components/avg-time-spend-reading-by-hour/avg-time-spend-reading-by-hour.component.html

0.9.0452 B
Original Source

{{t('title')}}

@let mostTimeSpendReadingValue = mostTimeSpentReading(); @if (mostTimeSpendReadingValue !== null) {

{{t('most-time-spend-reading', { name: userName(), startHour: startHourLocalized(), endHour: endHourLocalized(), amount: mostTimeSpendReadingValue.count })}}

} @else if (!timeByHourResource().isLoading()) { } @if (timeByHourResource().isLoading()) { } {{t('data-since', {date: dataSince() | utcToLocalTime:'shortDate' })}}