]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
Add live info in watch page
authorChocobozzz <me@florianbigard.com>
Thu, 5 Nov 2020 09:56:23 +0000 (10:56 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 9 Nov 2020 14:33:04 +0000 (15:33 +0100)
commitf8c00564e7e66c7c9d65ea044a4c1485df0e4c7c
tree895792776837b477d4daff3d1c112942015d0371
parentba881f0e3f60218b28abbb59d23118db5f97d5f8
Add live info in watch page
22 files changed:
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+videos/+video-edit/shared/video-edit.module.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-edit/video-update.resolver.ts
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/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-main/video/index.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-video-live/index.ts [new file with mode: 0644]
client/src/app/shared/shared-video-live/live-stream-information.component.html [moved from client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html with 100% similarity]
client/src/app/shared/shared-video-live/live-stream-information.component.scss [moved from client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.scss with 100% similarity]
client/src/app/shared/shared-video-live/live-stream-information.component.ts [moved from client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.ts with 90% similarity]
client/src/app/shared/shared-video-live/live-video.service.ts [moved from client/src/app/shared/shared-main/video/live-video.service.ts with 94% similarity]
client/src/app/shared/shared-video-live/shared-video-live.module.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.html
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts