made quick settings into their own component, added quick view settings,
added both to conversation view
This commit is contained in:
parent
3fc9673a7d
commit
f4276f7241
9 changed files with 203 additions and 17 deletions
|
|
@ -17,6 +17,14 @@
|
|||
>
|
||||
{{ $t('timeline.collapse') }}
|
||||
</button>
|
||||
<QuickFilterSettings
|
||||
v-if="!collapsable"
|
||||
:conversation="true"
|
||||
/>
|
||||
<QuickViewSettings
|
||||
v-if="!collapsable"
|
||||
:conversation="true"
|
||||
/>
|
||||
</div>
|
||||
<div class="conversation-body panel-body">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue