summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-07-12 14:08:24 +0200
committerCyrille Bollu <cyrpub@bollu.be>2019-09-10 09:15:21 +0200
commit050b66277d1cd5a8b4902a54618a86010cd16891 (patch)
treed92859ca35a455f156276d88dd433f06c110ad80 /src/App.vue
parentfff61b27f5256fe2a748216741b1ebc40bcc917b (diff)
📦 NEW: show notifications timeline with icon in navigation
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/App.vue b/src/App.vue
index 985612ff..0266d5f7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -136,16 +136,16 @@ export default {
icon: 'icon-comment',
text: t('social', 'Direct messages')
},
- // {
- // id: 'social-notifications',
- // classes: [],
- // router: {
- // name: 'timeline',
- // params: { type: 'notifications' }
- // },
- // icon: 'icon-comment',
- // text: t('social', 'Notifications')
- // },
+ {
+ id: 'social-notifications',
+ classes: [],
+ router: {
+ name: 'timeline',
+ params: { type: 'notifications' }
+ },
+ icon: 'icon-notifications',
+ text: t('social', 'Notifications')
+ },
{
id: 'social-account',
classes: [],