Add dive functionality
This commit is contained in:
parent
31c4300456
commit
d15d24c11c
5 changed files with 80 additions and 14 deletions
|
@ -220,7 +220,7 @@
|
|||
/>
|
||||
</button>
|
||||
<button
|
||||
v-if="inThreadForest && replies && replies.length"
|
||||
v-if="inThreadForest && replies && replies.length && toggleThreadDisplay"
|
||||
class="button-unstyled"
|
||||
:title="threadShowing ? $t('status.thread_hide') : $t('status.thread_show')"
|
||||
:aria-expanded="threadShowing ? 'true' : 'false'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue