1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Support audio upload in client

This commit is contained in:
Chocobozzz 2019-05-17 10:45:53 +02:00
parent 536598cfaf
commit 7b992a86b1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
19 changed files with 192 additions and 107 deletions

View file

@ -9,7 +9,7 @@ import { GlobalIconName } from '@app/shared/images/global-icon.component'
export class ButtonComponent {
@Input() label = ''
@Input() className: string = undefined
@Input() className: 'orange-button' | 'grey-button' = 'grey-button'
@Input() icon: GlobalIconName = undefined
@Input() title: string = undefined