From 4aa4164660148cb00a51aaccf1546a5c7ae76c15 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Sat, 4 May 2024 11:03:11 +0200 Subject: [PATCH] warn people if they have skipped a step --- components/InviteFriendTab.vue | 3 +++ components/PublishonxTab.vue | 7 +++++++ components/UnshieldTab.vue | 24 +++++++++++++++--------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/components/InviteFriendTab.vue b/components/InviteFriendTab.vue index 657ec5f..c70e739 100644 --- a/components/InviteFriendTab.vue +++ b/components/InviteFriendTab.vue @@ -5,6 +5,9 @@
Invite a friend
+
+ You have no balance on Incognitee. Please go back to step 2 +
By clicking the ”Invite Friend” button, you perform a private transfer of 30% of your available PAS from your Incognitee wallet to another wallet with an invite link. You can share this with diff --git a/components/PublishonxTab.vue b/components/PublishonxTab.vue index 53692e9..5114b3b 100644 --- a/components/PublishonxTab.vue +++ b/components/PublishonxTab.vue @@ -5,6 +5,13 @@
Publish on X
+
+ You have no balance on Incognitee. Please go back to step 2 +
+
+ You have no balance on Paseo. Please go back to step 2 +
+ By clicking the ”Check” button, you will be redirected to the Paseo Subscan Portal, where you have to check for your unshielding event.
diff --git a/components/UnshieldTab.vue b/components/UnshieldTab.vue index 540cb2b..2888dfe 100644 --- a/components/UnshieldTab.vue +++ b/components/UnshieldTab.vue @@ -5,11 +5,16 @@
Unshield
- By clicking the ”Unshield” button, you perform a transfer of 30% of your Incognitee - balance to your wallet on Paseo. -
-
- Unshield Funds +
+ You have no balance on Incognitee. Please go back to step 2 +
+
+ By clicking the ”Unshield” button, you perform a transfer of 30% of your Incognitee + balance to your wallet on Paseo. +
+
+ Unshield Funds +
@@ -20,8 +25,9 @@