From febb64c897468139551599a80dbe06db42097e6d Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Sat, 20 Jul 2019 18:47:38 +0200 Subject: [PATCH] Adds a menu entry for a liked timeline Signed-off-by: Cyrille Bollu --- src/App.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/App.vue b/src/App.vue index f70a58e6..ea008365 100644 --- a/src/App.vue +++ b/src/App.vue @@ -156,6 +156,16 @@ export default { params: { account: this.currentUser.uid } } }, + { + id: 'social-liked', + classes: [], + icon: 'icon-favorite', + text: t('social', 'Liked'), + router: { + name: 'timeline', + params: { type: 'liked' } + } + }, { id: 'social-local', classes: [],