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
|
|
@ -16,7 +16,8 @@
|
|||
>
|
||||
{{ $t('timeline.up_to_date') }}
|
||||
</div>
|
||||
<TimelineQuickSettings v-if="!embedded" />
|
||||
<QuickFilterSettings v-if="!embedded" />
|
||||
<QuickViewSettings v-if="!embedded" />
|
||||
</div>
|
||||
<div :class="classes.body">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue