summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-05-18 00:41:42 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-26 07:08:13 -0100
commit6d820876abb786b54671b9c954a46d2ae8d08a06 (patch)
treebbed7335aec9476f3f96a7cc4c538fec536c5f2e /src/App.vue
parent04ca8b54f466ce9466906067fba6c1e7d58fd385 (diff)
new notification timeline
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index c5633cf6..69c657dc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -137,6 +137,16 @@ export default {
text: t('social', 'Direct messages')
},
{
+ id: 'social-notifications',
+ classes: [],
+ router: {
+ name: 'timeline',
+ params: { type: 'notifications' }
+ },
+ icon: 'icon-comment',
+ text: t('social', 'Notifications')
+ },
+ {
id: 'social-account',
classes: [],
icon: 'icon-user',