mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Add indicator for replies to hidden posts
This commit is contained in:
parent
37aaeb8093
commit
3f397d850d
1 changed files with 6 additions and 8 deletions
|
@ -25,15 +25,14 @@
|
|||
>
|
||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||
</MkA>
|
||||
<MkA
|
||||
<span
|
||||
v-else-if="note.replyId && !note.reply"
|
||||
behavior="browser"
|
||||
v-tooltip="i18n.ts.jumpToPrevious"
|
||||
class="reply-icon"
|
||||
@click.stop
|
||||
>
|
||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||
</MkA>
|
||||
<i class="ph-lock ph-bold"></i>
|
||||
</span>
|
||||
<Mfm
|
||||
v-if="note.cw != ''"
|
||||
class="text"
|
||||
|
@ -106,15 +105,14 @@
|
|||
>
|
||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||
</MkA>
|
||||
<MkA
|
||||
<span
|
||||
v-else-if="note.replyId && !note.reply"
|
||||
behavior="browser"
|
||||
v-tooltip="i18n.ts.jumpToPrevious"
|
||||
class="reply-icon"
|
||||
@click.stop
|
||||
>
|
||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||
</MkA>
|
||||
<i class="ph-lock ph-bold"></i>
|
||||
</span>
|
||||
</template>
|
||||
<Mfm
|
||||
v-if="note.text"
|
||||
|
|
Loading…
Reference in a new issue