You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add 'no more posts' message at the end of all posts display + fix texts frmo Tess + fix filter bug
* remove right/left images to keep only left and rotate in CSS when necessary
* fix default draft handling + repost popup bug
* remove duplicate css classes
* fix no more posts message always displayed
* responsive comment face selector
* consolidated no more posts check
Co-authored-by: jack dishman <[email protected]>
Copy file name to clipboardExpand all lines: src/components/OnboardingWizard.vue
+6-6
Original file line number
Diff line number
Diff line change
@@ -164,17 +164,17 @@ export default Vue.extend({
164
164
getText():string {
165
165
switch (this.step) {
166
166
case0:
167
-
return`As your daily entry point to Blogchain, this screen is important. Make it truly your own by picking whichever options you prefer for displaying content, editing tools, widgets, and more.`
167
+
return`Make it truly your own by selecting your preferences for displaying content, editing tools, updating widgets, and customizing everything as you wish!`
168
168
case1:
169
-
return`On this page, we make it easy for you to find posts by writers who suit your interests well. Browse categories, featured tags, or trending topics to get started.`
169
+
return`Here you can easily browse posts that suit your interests. Scroll through various categories, featured tags, or trending topics to get started.`
170
170
case2:
171
-
return`Sometimes a post or headline catches your attention, but there’s no time to read it now. That’s why Blogchain makes it easy to highlight such content for later and then share with friends if you want.`
171
+
return`Sometimes a post or headline catches your attention, but you’re short of time. No worries. Blogchain makes it easy to save and share content for later.`
172
172
case3:
173
-
return`Have an idea you’d like to share with the world? Blogchain’s simple editing tool will make it easy for you to craft and publish your post in a intuitive writing experience.`
173
+
return`Have an idea you’d like to share with the world? Blogchain’s simple editing tool makes it easy to craft and publish your post through an intuitive writing experience.`
174
174
case4:
175
-
return`Agree or disagree with something you’ve read on Blogchain? Use our comment features to talk about it with other readers. You can even include one of our custom reaction illustrations to make your point.`
175
+
return`Agree or disagree with something you’ve read on Blogchain? Use our comment features to discuss with other readers. You can even include a custom reaction illustration to make your point.`
176
176
case5:
177
-
return`You will be able to change your profile and add more informations later on your profile page.`
177
+
return`You’ll be able to update your profile or add more information later!`
0 commit comments