Merge branch 'from/develop/tusooa/tree-threading' into shigusegubu
* from/develop/tusooa/tree-threading: (45 commits) Fix showingLongSubject not correctly propagated Fix timeline jump when scrolling Make replying and mediaPlaying controlled Fix virtual scrolling for tree threading Clean up debug code for tree threading Fix controlled status display toggles Add English translations for other replies count Add other replies count for reply list link Do not display replies inside status as link if there are no other replies Add English translation for position of other replies button pref Make position of other replies button a pref Add English translation for show all conversation button improvement Improve "show full conversation" interaction Make other replies button stretch along the row Optimise thread ancestor borders Optimise thread ancestor display style Reset thread open state when collapsed Clean up Highlight ancestor of the current status when diving back to top Add English translation for Misskey-style tree view ...
This commit is contained in:
commit
374df875ee
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@
|
|||
class="replies"
|
||||
>
|
||||
<button
|
||||
v-if="showOtherRepliesAsButton"
|
||||
v-if="showOtherRepliesAsButton && replies.length > 1"
|
||||
class="button-unstyled -link faint"
|
||||
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
|
||||
@click.prevent="dive"
|
||||
|
|
Loading…
Add table
Reference in a new issue