mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -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>
|
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||||
</MkA>
|
</MkA>
|
||||||
<MkA
|
<span
|
||||||
v-else-if="note.replyId && !note.reply"
|
v-else-if="note.replyId && !note.reply"
|
||||||
behavior="browser"
|
|
||||||
v-tooltip="i18n.ts.jumpToPrevious"
|
|
||||||
class="reply-icon"
|
class="reply-icon"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||||
</MkA>
|
<i class="ph-lock ph-bold"></i>
|
||||||
|
</span>
|
||||||
<Mfm
|
<Mfm
|
||||||
v-if="note.cw != ''"
|
v-if="note.cw != ''"
|
||||||
class="text"
|
class="text"
|
||||||
|
@ -106,15 +105,14 @@
|
||||||
>
|
>
|
||||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||||
</MkA>
|
</MkA>
|
||||||
<MkA
|
<span
|
||||||
v-else-if="note.replyId && !note.reply"
|
v-else-if="note.replyId && !note.reply"
|
||||||
behavior="browser"
|
|
||||||
v-tooltip="i18n.ts.jumpToPrevious"
|
|
||||||
class="reply-icon"
|
class="reply-icon"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
<i class="ph-arrow-bend-left-up ph-bold ph-lg"></i>
|
||||||
</MkA>
|
<i class="ph-lock ph-bold"></i>
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<Mfm
|
<Mfm
|
||||||
v-if="note.text"
|
v-if="note.text"
|
||||||
|
|
Loading…
Reference in a new issue