diff --git a/packages/frontend-2/components/onboarding/checklist/v1.vue b/packages/frontend-2/components/onboarding/checklist/v1.vue index 5f5871a53..5df406ee5 100644 --- a/packages/frontend-2/components/onboarding/checklist/v1.vue +++ b/packages/frontend-2/components/onboarding/checklist/v1.vue @@ -143,40 +143,23 @@
- +
-
+
All done! -
- Don't forget to join us in the - + PS: the + Community Forum - , or check out the - - Tutorials - - page for more inisghts. + is there to help! +
+
+ Close
- Close
@@ -192,19 +175,19 @@ @@ -222,8 +205,7 @@ import { ShareIcon, ComputerDesktopIcon, UserPlusIcon, - CloudArrowUpIcon, - ArrowTopRightOnSquareIcon + CloudArrowUpIcon } from '@heroicons/vue/24/solid' import { CheckCircleIcon as OutlineCheckCircleIcon } from '@heroicons/vue/24/outline' import { useSynchronizedCookie } from '~~/lib/common/composables/reactiveCookie' @@ -284,7 +266,7 @@ const getStatus = () => { const steps = ref([ { - title: 'Get Connectors', + title: 'Install Manager ⚙️', blurb: 'Use Manager to install the Speckle Connectors for your apps!', active: false, cta: "Let's go!", @@ -306,7 +288,7 @@ const steps = ref([ icon: ComputerDesktopIcon }, { - title: 'Desktop Login', + title: 'Log In 🔑', blurb: 'Authorise our application connectors to send data to Speckle.', active: false, cta: "Let's go!", @@ -328,7 +310,7 @@ const steps = ref([ icon: UserPlusIcon }, { - title: 'Send your first model', + title: 'Your First Model Upload ⬆️', blurb: 'Use your favourite design app to send your first model to Speckle.', active: false, cta: "Let's go!", @@ -350,7 +332,7 @@ const steps = ref([ icon: CloudArrowUpIcon }, { - title: 'Enable Multiplayer', + title: 'Enable Multiplayer 📢', blurb: 'Share your project with your colleagues!', active: false, cta: "Let's go!", diff --git a/packages/frontend-2/components/onboarding/dialog/AccountLink.vue b/packages/frontend-2/components/onboarding/dialog/AccountLink.vue index 5e1d298fb..3188f5c6d 100644 --- a/packages/frontend-2/components/onboarding/dialog/AccountLink.vue +++ b/packages/frontend-2/components/onboarding/dialog/AccountLink.vue @@ -1,9 +1,18 @@ + diff --git a/packages/frontend-2/components/onboarding/dialog/FirstSend.vue b/packages/frontend-2/components/onboarding/dialog/FirstSend.vue index 71e4e2a21..e8ce4d124 100644 --- a/packages/frontend-2/components/onboarding/dialog/FirstSend.vue +++ b/packages/frontend-2/components/onboarding/dialog/FirstSend.vue @@ -1,9 +1,18 @@ diff --git a/packages/frontend-2/components/onboarding/dialog/Manager.vue b/packages/frontend-2/components/onboarding/dialog/Manager.vue index 8cc2edf1f..5d61b0675 100644 --- a/packages/frontend-2/components/onboarding/dialog/Manager.vue +++ b/packages/frontend-2/components/onboarding/dialog/Manager.vue @@ -1,45 +1,54 @@