mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
WIP plugins: update plugin
This commit is contained in:
parent
8d2be0ed7b
commit
b5f919ac8e
24 changed files with 389 additions and 90 deletions
|
@ -12,6 +12,7 @@ export class ButtonComponent {
|
|||
@Input() className = 'grey-button'
|
||||
@Input() icon: GlobalIconName = undefined
|
||||
@Input() title: string = undefined
|
||||
@Input() loading = false
|
||||
|
||||
getTitle () {
|
||||
return this.title || this.label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue