]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/comment/video-comment.component.ts
Add avatar in comments
authorChocobozzz <me@florianbigard.com>
Wed, 3 Jan 2018 16:25:47 +0000 (17:25 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 3 Jan 2018 16:35:00 +0000 (17:35 +0100)
commitcf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee
treeab51ac2f2c7ec8dfc7fcde99565a4430874da599
parent265ba139ebf56bbdc1c65f6ea4f367774c691fc0
Add avatar in comments
17 files changed:
client/src/app/menu/menu.component.html
client/src/app/videos/+video-watch/comment/video-comment-add.component.html
client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/videos/+video-watch/comment/video-comment.component.html
client/src/app/videos/+video-watch/comment/video-comment.component.scss
client/src/app/videos/+video-watch/comment/video-comment.component.ts
client/src/app/videos/+video-watch/comment/video-comment.model.ts
client/src/app/videos/+video-watch/comment/video-comments.component.html
client/src/app/videos/+video-watch/comment/video-comments.component.scss
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
server/helpers/custom-validators/activitypub/actor.ts
server/models/video/video-comment.ts
server/tests/api/videos/video-comments.ts
shared/models/videos/video-comment.model.ts