]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/video-watch.component.ts
Reorganize watch components
authorChocobozzz <me@florianbigard.com>
Tue, 29 Jun 2021 15:18:30 +0000 (17:18 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 29 Jun 2021 15:18:39 +0000 (17:18 +0200)
commit911186dae411d78788ccede093c251303187589a
tree967a07cd985ae4e2ea5249855726455fe929471d
parentb0c43e36dbdc2c964f6828a78b146faebfb75b21
Reorganize watch components
37 files changed:
client/src/app/+videos/+video-watch/shared/comment/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html [moved from client/src/app/+videos/+video-watch/comment/video-comment-add.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss [moved from client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts [moved from client/src/app/+videos/+video-watch/comment/video-comment-add.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comment.component.html [moved from client/src/app/+videos/+video-watch/comment/video-comment.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comment.component.scss [moved from client/src/app/+videos/+video-watch/comment/video-comment.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts [moved from client/src/app/+videos/+video-watch/comment/video-comment.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html [moved from client/src/app/+videos/+video-watch/comment/video-comments.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss [moved from client/src/app/+videos/+video-watch/comment/video-comments.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts [moved from client/src/app/+videos/+video-watch/comment/video-comments.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/metadata/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.html [moved from client/src/app/+videos/+video-watch/video-avatar-channel.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss [moved from client/src/app/+videos/+video-watch/video-avatar-channel.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts [moved from client/src/app/+videos/+video-watch/video-avatar-channel.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.html [moved from client/src/app/+videos/+video-watch/video-description.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss [moved from client/src/app/+videos/+video-watch/video-description.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts [moved from client/src/app/+videos/+video-watch/video-description.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.html [moved from client/src/app/+videos/+video-watch/video-rate.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.scss [moved from client/src/app/+videos/+video-watch/video-rate.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/metadata/video-rate.component.ts [moved from client/src/app/+videos/+video-watch/video-rate.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/playlist/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html [moved from client/src/app/+videos/+video-watch/video-watch-playlist.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss [moved from client/src/app/+videos/+video-watch/video-watch-playlist.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts [moved from client/src/app/+videos/+video-watch/video-watch-playlist.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/index.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/shared/recommendations/recent-videos-recommendation.service.ts [moved from client/src/app/+videos/+video-watch/recommendations/recent-videos-recommendation.service.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommendation-info.model.ts [moved from client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommendations.module.ts [moved from client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommendations.service.ts [moved from client/src/app/+videos/+video-watch/recommendations/recommendations.service.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html [moved from client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss [moved from client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts [moved from client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.store.ts [moved from client/src/app/+videos/+video-watch/recommendations/recommended-videos.store.ts with 100% similarity]
client/src/app/+videos/+video-watch/shared/timestamp-route-transformer.directive.ts [moved from client/src/app/+videos/+video-watch/timestamp-route-transformer.directive.ts with 100% similarity]
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/+videos/+video-watch/video-watch.module.ts