From 37e26c06586c8b795ace6a32f9d062024c62234f Mon Sep 17 00:00:00 2001 From: onmax Date: Fri, 11 Feb 2022 16:57:54 +0100 Subject: [PATCH] allow user to save back up words from tour - it will go automatically to next step --- src/components/Tour.vue | 58 +++++++++---------- src/lib/tour/index.ts | 14 ++++- .../onboarding/03_FirstTransactionStep.ts | 2 +- .../tour/onboarding/06_0_BackupAlertStep.ts | 29 ++++++++-- .../tour/onboarding/OnboardingTourTexts.ts | 2 +- src/lib/tour/onboarding/index.ts | 8 +-- 6 files changed, 73 insertions(+), 40 deletions(-) diff --git a/src/components/Tour.vue b/src/components/Tour.vue index 223aac394..c579fb6fc 100644 --- a/src/components/Tour.vue +++ b/src/components/Tour.vue @@ -1,9 +1,9 @@