1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Describe user video settings checkboxes, put emphasis on p2p

Also improve more info links about p2p and privacy in PeerTube,
present in the privacy concern notice and in the video settings.
This commit is contained in:
Rigel Kent 2020-03-23 23:43:51 +01:00
parent 5a390259b2
commit 5411da31d1
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
10 changed files with 58 additions and 16 deletions

View file

@ -21,6 +21,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor, AfterCon
@Input() labelInnerHTML: string
@Input() helpPlacement = 'top auto'
@Input() disabled = false
@Input() recommended = false
@ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective<'label' | 'help'>>