Back to Peertube

Videos Selection.Component

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

8.1.5272 B
Original Source

@if (hasDoneFirstQuery && videos().length === 0) {

{{ noResultMessage() }} } @for (video of videos(); track videoById(i, video); let i = $index) { @if (enableSelection()) {

} @if (isInSelectionMode() === false) { } } @if (isInSelectionMode() === true) { Cancel }