Add dive functionality
This commit is contained in:
parent
31c4300456
commit
d15d24c11c
5 changed files with 80 additions and 14 deletions
|
@ -74,7 +74,10 @@
|
|||
class="button-unstyled -link thread-tree-show-replies-button"
|
||||
@click.prevent="showThreadRecursively(status.id)"
|
||||
>
|
||||
<FAIcon place="icon" icon="angle-double-down" />
|
||||
<FAIcon
|
||||
place="icon"
|
||||
icon="angle-double-down"
|
||||
/>
|
||||
<span place="text">
|
||||
{{ $tc('status.thread_show_full', totalReplyCount[status.id], { numStatus: totalReplyCount[status.id], depth: totalReplyDepth[status.id] }) }}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue