Back to Kavita

String Breakdown.Component

UI/Web/src/app/statistics/_components/string-breakdown/string-breakdown.component.html

0.9.0426 B
Original Source

{{t('title')}}

@let mostUsedValue = mostUsed(); @let breakDownValue = breakDown().value(); @if (mostUsedValue) {

{{t('sub-title', {name: userName(), mostUsed: mostUsedValue.value})}}

} @else if (!breakDown().isLoading()) {

{{t('no-data')}}

} @if (breakDownValue && breakDownValue.total > 0) { } @if (breakDownValue && breakDownValue.missing > 0) { {{t('missing', {amount: breakDownValue.missing})}} }