]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-forms/reactive-file.component.scss
Support audio upload in client
authorChocobozzz <me@florianbigard.com>
Fri, 17 May 2019 08:45:53 +0000 (10:45 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 17 May 2019 08:45:53 +0000 (10:45 +0200)
commit7b992a86b107fc2917b993127df8e95a66ae94db
treeebbd6ded7c855a233a917786e2a15d763de86338
parent536598cfafab1c5e24e881db1c528489f804fb6b
Support audio upload in client
19 files changed:
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts
client/src/app/shared/buttons/button.component.scss
client/src/app/shared/buttons/button.component.ts
client/src/app/shared/forms/reactive-file.component.html
client/src/app/shared/forms/reactive-file.component.scss
client/src/app/shared/forms/reactive-file.component.ts
client/src/app/shared/images/image-upload.component.html [deleted file]
client/src/app/shared/images/image-upload.component.scss [deleted file]
client/src/app/shared/images/preview-upload.component.html [new file with mode: 0644]
client/src/app/shared/images/preview-upload.component.scss [new file with mode: 0644]
client/src/app/shared/images/preview-upload.component.ts [moved from client/src/app/shared/images/image-upload.component.ts with 73% similarity]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/video-edit.model.ts
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.component.ts
client/src/app/videos/+video-edit/video-add-components/video-upload.component.html
client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts