Back to Peertube

Videos List.Component

client/src/app/shared/shared-video-miniature/videos-list.component.html

8.1.5548 B
Original Source

@if (headerActions().length !== 0) { @for (action of headerActions(); track action) { @if (action.routerLink) { {{ action.label }} } } } @if (displayFilters()) { } @if (hasDoneFirstQuery && videos.length === 0 && highlightedLives.length === 0) { No results. } @if (highlightedLives.length !== 0) {

Lives

@for (live of highlightedLives; track videoById($index, live)) {

}

Videos

} @for (video of videos; track videoById($index, video)) { @if (groupByDate()) { }

} @if (videos.length !== 0 && hasMoreResults()) { Load more }