diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-03 15:01:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-03 15:01:17 +0100 |
commit | b7819090de8ced71e5f9c5773c575ab627a148e4 (patch) | |
tree | 1da6089c12e5b60ea2d0868dc5ccecc3d2abfe5d /client/src/app/shared/video/video-miniature.component.html | |
parent | ac0868bcc0259d4ff14265d9ae403e10869a13aa (diff) | |
download | PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.gz PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.zst PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.zip |
Move watch later logic in miniature
Diffstat (limited to 'client/src/app/shared/video/video-miniature.component.html')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index c6fd570b7..036825e61 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html | |||
@@ -1,5 +1,8 @@ | |||
1 | <div class="video-miniature" [ngClass]="{ 'display-as-row': displayAsRow }" (mouseenter)="loadActions()"> | 1 | <div class="video-miniature" [ngClass]="{ 'display-as-row': displayAsRow }" (mouseenter)="loadActions()"> |
2 | <my-video-thumbnail #thumbnail [video]="video" [nsfw]="isVideoBlur"></my-video-thumbnail> | 2 | <my-video-thumbnail |
3 | [video]="video" [nsfw]="isVideoBlur" | ||
4 | [displayWatchLaterPlaylist]="isWatchLaterPlaylistDisplayed()" [inWatchLaterPlaylist]="inWatchLaterPlaylist" (watchLaterClick)="onWatchLaterClick($event)" | ||
5 | ></my-video-thumbnail> | ||
3 | 6 | ||
4 | <div class="video-bottom"> | 7 | <div class="video-bottom"> |
5 | <div class="video-miniature-information"> | 8 | <div class="video-miniature-information"> |