mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 12:48:22 +00:00
Update CommentItem.vue
This commit is contained in:
parent
d1d260d20e
commit
d30c760e1d
@ -25,11 +25,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="whitespace-pre-wrap" v-html="urlify(comment.commentText)" />
|
<div class="whitespace-pre-wrap" v-html="urlify(comment.commentText)" />
|
||||||
<div class="comment-footer mt-1 flex items-center">
|
|
||||||
<div class="i-fa-solid:thumbs-up" />
|
|
||||||
<span class="ml-1" v-text="numberFormat(comment.likeCount)" />
|
|
||||||
<font-awesome-icon class="ml-1" v-if="comment.hearted" icon="heart" />
|
|
||||||
</div>
|
|
||||||
<template v-if="comment.repliesPage && (!loadingReplies || !showingReplies)">
|
<template v-if="comment.repliesPage && (!loadingReplies || !showingReplies)">
|
||||||
<div @click="loadReplies" class="cursor-pointer">
|
<div @click="loadReplies" class="cursor-pointer">
|
||||||
<a v-text="`${$t('actions.reply_count', comment.replyCount)}`" />
|
<a v-text="`${$t('actions.reply_count', comment.replyCount)}`" />
|
||||||
|
Loading…
Reference in New Issue
Block a user