]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Begin video watch design
authorChocobozzz <florian.bigard@gmail.com>
Wed, 6 Dec 2017 16:15:59 +0000 (17:15 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 6 Dec 2017 16:15:59 +0000 (17:15 +0100)
commitb1fa3eba70dbd7d9e5b795ad251e293c88ebeee2
treefffcdf00d7b475c5c2de7456a7ef3c4d47c71865
parentce0e281d46a7b574dcccb47958743656532bd312
Begin video watch design
29 files changed:
CREDITS.md
client/src/app/shared/account/account.model.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/video-details.model.ts
client/src/app/shared/video/video-miniature.component.html [moved from client/src/app/videos/video-list/shared/video-miniature.component.html with 100% similarity]
client/src/app/shared/video/video-miniature.component.scss [moved from client/src/app/videos/video-list/shared/video-miniature.component.scss with 100% similarity]
client/src/app/shared/video/video-miniature.component.ts [moved from client/src/app/videos/video-list/shared/video-miniature.component.ts with 65% similarity]
client/src/app/shared/video/video-pagination.model.ts
client/src/app/shared/video/video.model.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-list/index.ts
client/src/app/videos/video-list/shared/index.ts [deleted file]
client/src/app/videos/videos.module.ts
client/src/assets/images/video/dislike.svg [new file with mode: 0644]
client/src/assets/images/video/like.svg [new file with mode: 0644]
client/src/assets/images/video/more.svg [new file with mode: 0644]
client/src/assets/images/video/share.svg [new file with mode: 0644]
server/models/video/video.ts
server/tests/api/follows.ts
server/tests/api/multiple-servers.ts
server/tests/api/services.ts
server/tests/api/single-server.ts
server/tests/api/users.ts
server/tests/utils/servers.ts
shared/models/videos/video.model.ts