Add video miniature dropdown
authorChocobozzz <me@florianbigard.com>
Fri, 5 Apr 2019 08:52:27 +0000 (10:52 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Apr 2019 08:53:09 +0000 (10:53 +0200)
commit3a0fb65c61f80b510bce979a45d59d17948745e8
treec1be0b2158a008fea826835c8d2fd4e8d648bae9
parent693263e936763a851e3c8c020e3739def8bd4eca
Add video miniature dropdown
45 files changed:
client/src/app/+my-account/my-account-history/my-account-history.component.html
client/src/app/search/search.component.html
client/src/app/search/search.component.ts
client/src/app/shared/buttons/action-dropdown.component.html
client/src/app/shared/buttons/action-dropdown.component.scss
client/src/app/shared/buttons/action-dropdown.component.ts
client/src/app/shared/misc/screen.service.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video-playlist/video-add-to-playlist.component.html
client/src/app/shared/video-playlist/video-add-to-playlist.component.scss
client/src/app/shared/video-playlist/video-add-to-playlist.component.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/modals/video-blacklist.component.html [new file with mode: 0644]
client/src/app/shared/video/modals/video-blacklist.component.scss [new file with mode: 0644]
client/src/app/shared/video/modals/video-blacklist.component.ts [new file with mode: 0644]
client/src/app/shared/video/modals/video-download.component.html [new file with mode: 0644]
client/src/app/shared/video/modals/video-download.component.scss [new file with mode: 0644]
client/src/app/shared/video/modals/video-download.component.ts [new file with mode: 0644]
client/src/app/shared/video/modals/video-report.component.html [new file with mode: 0644]
client/src/app/shared/video/modals/video-report.component.scss [new file with mode: 0644]
client/src/app/shared/video/modals/video-report.component.ts [new file with mode: 0644]
client/src/app/shared/video/video-actions-dropdown.component.html [new file with mode: 0644]
client/src/app/shared/video/video-actions-dropdown.component.scss [new file with mode: 0644]
client/src/app/shared/video/video-actions-dropdown.component.ts [new file with mode: 0644]
client/src/app/shared/video/video-details.model.ts
client/src/app/shared/video/video-miniature.component.html
client/src/app/shared/video/video-miniature.component.scss
client/src/app/shared/video/video-miniature.component.ts
client/src/app/shared/video/video.model.ts
client/src/app/shared/video/videos-selection.component.html
client/src/app/videos/+video-watch/modal/video-blacklist.component.html [deleted file]
client/src/app/videos/+video-watch/modal/video-blacklist.component.scss [deleted file]
client/src/app/videos/+video-watch/modal/video-blacklist.component.ts [deleted file]
client/src/app/videos/+video-watch/modal/video-download.component.html [deleted file]
client/src/app/videos/+video-watch/modal/video-download.component.scss [deleted file]
client/src/app/videos/+video-watch/modal/video-download.component.ts [deleted file]
client/src/app/videos/+video-watch/modal/video-report.component.html [deleted file]
client/src/app/videos/+video-watch/modal/video-report.component.scss [deleted file]
client/src/app/videos/+video-watch/modal/video-report.component.ts [deleted file]
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/app/videos/video-list/video-overview.component.html