summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-04 02:00:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-04 19:20:02 +0100
commit8bb2dadb75b5944c5c6882ba39a749844271d59a (patch)
tree504427212e7add70b822e35e5571601615338f1b /src
parentf7b2875b1cd74283bef0eed5744073d3040825ee (diff)
Add first emptycontent illustration
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/Composer.vue2
-rw-r--r--src/views/Timeline.vue5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index 11f20a0e..1bdb78b6 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -33,7 +33,7 @@
<vue-tribute :options="tributeOptions">
<!-- eslint-disable-next-line vue/valid-v-model -->
<div v-contenteditable:post.dangerousHTML="canType" ref="composerInput" class="message"
- placeholder="Share a thought…" @keyup.enter="keyup" />
+ placeholder="What would you like to share?" @keyup.enter="keyup" />
</vue-tribute>
<emoji-picker ref="emojiPicker" :search="search" class="emoji-picker-wrapper"
@emoji="insert">
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index d719c04f..dd5016ea 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -18,8 +18,9 @@
<div slot="no-more"><div class="list-end" /></div>
<div slot="no-results">
<div id="emptycontent">
- <div class="icon-social" />
- <h2>{{ t('social', 'No posts found.') }}</h2>
+ <img class="icon-illustration" src="../../img/undraw/posts.svg" alt="" />
+ <h2>{{ t('social', 'No posts found') }}</h2>
+ <p>{{ t('social', 'Posts from people you follow will show up here') }}</p>
</div>
</div>
</infinite-loading>