]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-video-miniature/video-miniature.component.ts
Thumbnail, author and duration support in client
authorChocobozzz <florian.bigard@gmail.com>
Sat, 21 May 2016 16:03:34 +0000 (18:03 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 21 May 2016 16:08:23 +0000 (18:08 +0200)
commit501bc6c2b186f6a724a5b619d15aa44791f13995
tree4a6e1d244c5f94305a25b6ec6f50f1a71ce9295d
parent295ba044afc394ef51dac22263063670362787ec
Thumbnail, author and duration support in client
12 files changed:
client/angular/app/app.component.ts
client/angular/videos/components/list/video-miniature.component.html [new file with mode: 0644]
client/angular/videos/components/list/video-miniature.component.scss [new file with mode: 0644]
client/angular/videos/components/list/video-miniature.component.ts [new file with mode: 0644]
client/angular/videos/components/list/videos-list.component.html
client/angular/videos/components/list/videos-list.component.scss
client/angular/videos/components/list/videos-list.component.ts
client/angular/videos/components/watch/videos-watch.component.ts
client/angular/videos/models/video.ts [deleted file]
client/angular/videos/video.ts [new file with mode: 0644]
client/angular/videos/videos.service.ts [moved from client/angular/videos/services/videos.service.ts with 58% similarity]
server/middlewares/reqValidators/videos.js