Back to Kavita

Manage Reading Profiles.Component

UI/Web/src/app/user-settings/manage-reading-profiles/manage-reading-profiles.component.html

0.9.0704 B
Original Source

@if (!loading) { {{t('add')}}

{{t('description')}}

{{t('extra-tip')}} {{t('wiki-title')}}

@if (readingProfiles.length < virtualScrollerBreakPoint) { @for (readingProfile of readingProfiles; track readingProfile.id) { } } @else { @for (readingProfile of scroll.viewPortItems; track readingProfile.id) { } }

@if (selectedProfile === null) {

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

{{t('selection-tip')}}

} @if (readingProfileForm !== null && selectedProfile !== null) { {{readingProfileForm.get('name')!.value}} @if (selectedProfile.id !== 0) { {{t('set-devices')}} {{t('delete')}} }

}

{{profile.name | sentenceCase}} @if (profile.kind === ReadingProfileKind.Default) { {{t('default-profile')}} } }