summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrille Bollu <cyrille@bollu.be>2019-07-22 11:39:57 +0200
committerCyrille Bollu <cyrille@bollu.be>2019-07-22 11:39:57 +0200
commitf6a775ea53a3ff254ef8a21660d61df6123ff261 (patch)
tree2bdf99bf3e395745adad4ef5b3e3b0485fdcb820
parent5457de989d5fc254e61e2b3e513fd276f24b0476 (diff)
Adds a empty page to the liked timeline
Signed-off-by: Cyrille Bollu <cyrille@bollu.be>
-rw-r--r--src/components/TimelineList.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TimelineList.vue b/src/components/TimelineList.vue
index b4c39e75..9fb2034b 100644
--- a/src/components/TimelineList.vue
+++ b/src/components/TimelineList.vue
@@ -97,6 +97,10 @@ export default {
title: t('social', 'No global posts found'),
description: t('social', 'Posts from federated instances will show up here')
},
+ liked: {
+ image: 'img/undraw/profile.svg',
+ title: t('social', 'No liked posts found')
+ }
tags: {
image: 'img/undraw/profile.svg',
title: t('social', 'No posts found for this tag')