diff --git a/locales/en-US.yml b/locales/en-US.yml index 47025e795..1c81da913 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1214,13 +1214,11 @@ _time: _tutorial: title: "How to use Calckey" step1_1: "Welcome!" - step1_2: "This page is called the \"timeline\". It shows chronologically ordered \"notes\" of people who you \"follow\"." - step1_3: "Your timeline is currently empty, since you have not posted any notes or followed anyone yet." + step1_2: "Let's get you set up." step2_1: "Let's finish setting up your profile before writing a note or following anyone." step2_2: "Providing some information about who you are will make it easier for others to tell if they want to see your notes or follow you." - step3_1: "Finished setting up your profile?" - step3_2: "Then let's try posting a note next. You can do so by pressing the button with a pencil icon on the screen." - step3_3: "Fill in the modal and press the button on the top right to post." + step3_1: "Now time to follow some people!" + step3_2: "Your home and social timelines are based off of who you follow, so try following a couple accounts to get started." step3_4: "Have nothing to say? Try \"just setting up my msky\"!" step4_1: "Finished posting your first note?" step4_2: "Hurray! Now your first note should be displayed on your timeline." diff --git a/package.json b/package.json index f5f8f37ab..78d27e4c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.9.24", + "version": "12.119.0-calc.10-b.1", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/MkTutorialDialog.vue b/packages/client/src/components/MkTutorialDialog.vue new file mode 100644 index 000000000..e13ec22c5 --- /dev/null +++ b/packages/client/src/components/MkTutorialDialog.vue @@ -0,0 +1,146 @@ + + + + + + diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index 2e6b3d112..3bc7ddea9 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -10,10 +10,10 @@
- + /> --> import('./timeline.tutorial.vue')); +// const XTutorial = defineAsyncComponent(() => import('./timeline.tutorial.vue')); const isLocalTimelineAvailable = !instance.disableLocalTimeline ||