Back to Kavita

Bulk Operations.Component

UI/Web/src/app/cards/bulk-operations/bulk-operations.component.html

0.9.0296 B
Original Source

@let selectionCount = bulkSelectionService.selectionSignal() ?? 0; @if (selectionCount > 0) {

{{t('items-selected', {num: selectionCount | number})}} @if (hasMarkAsUnread()) { {{t('mark-as-unread')}} } @if (hasMarkAsRead()) { {{t('mark-as-read')}} } {{t('title')}} {{t('deselect-all')}}

}