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:
Henry Jameson 2022-02-28 20:17:00 +02:00
commit 374df875ee

View file

@ -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"