mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 13:39:06 +01:00
Add indicator for replies to hidden posts
This commit is contained in:
parent
37aaeb8093
commit
3f397d850d
@ -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 New Issue
Block a user