]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/video-watch.component.html
Move watch action buttons in a dedicated component
authorChocobozzz <me@florianbigard.com>
Tue, 29 Jun 2021 15:57:59 +0000 (17:57 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 29 Jun 2021 16:01:02 +0000 (18:01 +0200)
commit06a555797929d4867264b096c8420cdedd50f496
treee68b0038d3f3f8ccae43b3bd22509200888a699a
parent6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6
Move watch action buttons in a dedicated component
14 files changed:
client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/action-buttons/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.html [moved from client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss [moved from client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts [moved from client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.ts with 99% similarity]
client/src/app/+videos/+video-watch/shared/index.ts
client/src/app/+videos/+video-watch/shared/metadata/index.ts
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.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/+videos/+video-watch/video-watch.module.ts