mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 04:49:16 -06:00
Added ability to reply to comments with remote interaction
Implements https://github.com/Chocobozzz/PeerTube/issues/3725
This commit is contained in:
parent
e771e82dfa
commit
53c6b2b405
@ -35,7 +35,7 @@
|
||||
></div>
|
||||
|
||||
<div class="comment-actions">
|
||||
<div *ngIf="isUserLoggedIn()" tabindex=0 (click)="onWantToReply()" class="comment-action-reply" i18n>Reply</div>
|
||||
<div tabindex=0 (click)="onWantToReply()" class="comment-action-reply" i18n>Reply</div>
|
||||
|
||||
<my-user-moderation-dropdown
|
||||
[prependActions]="prependModerationActions" tabindex=0 [buttonStyled]="false"
|
||||
@ -57,7 +57,7 @@
|
||||
</ng-container>
|
||||
|
||||
<my-video-comment-add
|
||||
*ngIf="!comment.isDeleted && isUserLoggedIn() && inReplyToCommentId === comment.id"
|
||||
*ngIf="!comment.isDeleted && inReplyToCommentId === comment.id"
|
||||
[user]="user"
|
||||
[video]="video"
|
||||
[parentComment]="comment"
|
||||
|
Loading…
Reference in New Issue
Block a user