Add dive functionality
This commit is contained in:
parent
31c4300456
commit
d15d24c11c
5 changed files with 80 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import Status from '../status/status.vue'
|
||||
|
||||
const debug = console.log
|
||||
// const debug = console.log
|
||||
const debug = () => {}
|
||||
|
||||
const ThreadTree = {
|
||||
components: {
|
||||
|
|
|
|||
|
|
@ -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