Back to Kavita

Customize Dashboard Streams.Component

UI/Web/src/app/sidenav/_components/customize-dashboard-streams/customize-dashboard-streams.component.html

0.9.0240 B
Original Source
{{t('smart-filter-title')}}

@if (smartFilters.length >= 3) { {{t('filter')}} {{t('clear')}}

} @for (filter of smartFilters | filter: filterList; track filter) { - {{filter.name}} {{t('add')}} } @empty { - {{t('no-data')}} }