summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2019-07-20 18:47:38 +0200
committerCyrille Bollu <cyrpub@bollu.be>2019-07-20 18:47:38 +0200
commitfebb64c897468139551599a80dbe06db42097e6d (patch)
tree3fece83e79c53ca8747abbc25072ce0c853f6b2f
parentd985dc87e2870430a84b7ed4573d1dde7bfc17bb (diff)
Adds a menu entry for a liked timeline
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
-rw-r--r--src/App.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index f70a58e6..ea008365 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -157,6 +157,16 @@ export default {
}
},
{
+ id: 'social-liked',
+ classes: [],
+ icon: 'icon-favorite',
+ text: t('social', 'Liked'),
+ router: {
+ name: 'timeline',
+ params: { type: 'liked' }
+ }
+ },
+ {
id: 'social-local',
classes: [],
icon: 'icon-category-monitoring',