aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-07-02 18:03:02 +0300
committerShpuld Shpuldson <shp@cock.li>2020-07-02 18:03:02 +0300
commit961099d34a3852d1019a00d390ad638fe45118e4 (patch)
treedb8604d447f544f70d9f1045d44dafe1b4afa1ca /src/components/timeline/timeline.vue
parente1cf6bd41ced8f1d85dde6ba557ca6ea28bd6028 (diff)
basic version done, needs cleanup from nav panel styles
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 111c0976..f8baaf19 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -1,9 +1,7 @@
<template>
<div :class="classes.root">
<div :class="classes.header">
- <div class="title">
- {{ title }}
- </div>
+ <TimelineMenu />
<div
v-if="timelineError"
class="loadmore-error alert error"