]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-video-miniature/video-miniature.component.ts
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
36 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 [moved from client/src/app/videos/+video-watch/modal/video-blacklist.component.html with 100% similarity]
client/src/app/shared/video/modals/video-blacklist.component.scss [moved from client/src/app/videos/+video-watch/modal/video-blacklist.component.scss with 100% similarity]
client/src/app/shared/video/modals/video-blacklist.component.ts [moved from client/src/app/videos/+video-watch/modal/video-blacklist.component.ts with 82% similarity]
client/src/app/shared/video/modals/video-download.component.html [moved from client/src/app/videos/+video-watch/modal/video-download.component.html with 100% similarity]
client/src/app/shared/video/modals/video-download.component.scss [moved from client/src/app/videos/+video-watch/modal/video-download.component.scss with 100% similarity]
client/src/app/shared/video/modals/video-download.component.ts [moved from client/src/app/videos/+video-watch/modal/video-download.component.ts with 67% similarity]
client/src/app/shared/video/modals/video-report.component.html [moved from client/src/app/videos/+video-watch/modal/video-report.component.html with 100% similarity]
client/src/app/shared/video/modals/video-report.component.scss [moved from client/src/app/videos/+video-watch/modal/video-report.component.scss with 100% similarity]
client/src/app/shared/video/modals/video-report.component.ts [moved from client/src/app/videos/+video-watch/modal/video-report.component.ts with 95% similarity]
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/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