]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Client: add basic support for updating a video
authorChocobozzz <florian.bigard@gmail.com>
Mon, 10 Apr 2017 19:15:28 +0000 (21:15 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 10 Apr 2017 19:16:36 +0000 (21:16 +0200)
commitd8e689b864749648d03cf4391fd4a475126f01cd
tree299713e3c056873ba6fff5247b8f49a542f0bf45
parenta184c71b526000f60f00649d260638723d426e6a
Client: add basic support for updating a video
14 files changed:
client/src/app/videos/index.ts
client/src/app/videos/shared/video.model.ts
client/src/app/videos/shared/video.service.ts
client/src/app/videos/video-add/index.ts [deleted file]
client/src/app/videos/video-edit/index.ts [new file with mode: 0644]
client/src/app/videos/video-edit/video-add.component.html [moved from client/src/app/videos/video-add/video-add.component.html with 100% similarity]
client/src/app/videos/video-edit/video-add.component.ts [moved from client/src/app/videos/video-add/video-add.component.ts with 99% similarity]
client/src/app/videos/video-edit/video-edit.component.scss [moved from client/src/app/videos/video-add/video-add.component.scss with 100% similarity]
client/src/app/videos/video-edit/video-update.component.html [new file with mode: 0644]
client/src/app/videos/video-edit/video-update.component.ts [new file with mode: 0644]
client/src/app/videos/video-watch/video-watch.component.html
client/src/app/videos/video-watch/video-watch.component.ts
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts