aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-01 23:20:27 +0300
committerHenry Jameson <me@hjkos.com>2022-08-01 23:20:27 +0300
commitf4276f72416ab0eb8171b843d475d31f13533a44 (patch)
tree1671cac01087af457af4e31d6e88838c741510f1 /src/components/timeline/timeline.vue
parent3fc9673a7d0fb851283e4ed687c2fd7790f03317 (diff)
made quick settings into their own component, added quick view settings,
added both to conversation view
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 266c1d9a..627cafbb 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -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