]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
Refactor views component
authorChocobozzz <me@florianbigard.com>
Wed, 9 Dec 2020 14:00:02 +0000 (15:00 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 9 Dec 2020 14:33:16 +0000 (15:33 +0100)
commit5cac83a78d6ba5212755fafce2ed25f7c74b04e5
treec0aa6473f7837fdb15f1dc2c814e7efa02d78c19
parent0d8de2756fdc43be61a82a96c17d12ee52ba0143
Refactor views component
client/src/app/+videos/+video-watch/video-watch.component.html
client/src/app/+videos/+video-watch/video-watch.module.ts
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
client/src/app/shared/shared-video-miniature/video-miniature.component.html
client/src/app/shared/shared-video/index.ts [new file with mode: 0644]
client/src/app/shared/shared-video/shared-video.module.ts [new file with mode: 0644]
client/src/app/shared/shared-video/video-views-counter.component.html [new file with mode: 0644]
client/src/app/shared/shared-video/video-views-counter.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video/video-views-counter.component.ts [new file with mode: 0644]
server/tests/api/live/live.ts