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:
parent
5a390259b2
commit
5411da31d1
10 changed files with 58 additions and 16 deletions
|
@ -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'>>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue