From fc59845867c15659c2e01049e035a12a3eb2d4fa Mon Sep 17 00:00:00 2001 From: yzhe819 Date: Mon, 20 Sep 2021 03:43:20 +1200 Subject: [PATCH 1/6] add: setup pending --- src/views/Setup/RNSPending.vue | 2 +- src/views/Setup/Setup.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Setup/RNSPending.vue b/src/views/Setup/RNSPending.vue index a5d93bd..b78d69c 100644 --- a/src/views/Setup/RNSPending.vue +++ b/src/views/Setup/RNSPending.vue @@ -3,7 +3,7 @@
-

Preparing your RNS ...

+

Preparing your data ...

Hold on a little bit or come back later!

diff --git a/src/views/Setup/Setup.vue b/src/views/Setup/Setup.vue index d79f307..c8612de 100644 --- a/src/views/Setup/Setup.vue +++ b/src/views/Setup/Setup.vue @@ -451,7 +451,7 @@ export default class Setup extends Vue { this.isLoading = false; const redirectFrom = sessionStorage.getItem('redirectFrom'); sessionStorage.removeItem('redirectFrom'); - await this.$router.push(redirectFrom || '/home'); + await this.$router.push(redirectFrom || '/pending'); } } From d497022b3f6db618788307e1c47b94b6be963537 Mon Sep 17 00:00:00 2001 From: azuic Date: Mon, 20 Sep 2021 00:40:23 +0800 Subject: [PATCH 2/6] fix: pending styles --- src/views/Setup/RNSPending.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Setup/RNSPending.vue b/src/views/Setup/RNSPending.vue index b78d69c..ddaeed2 100644 --- a/src/views/Setup/RNSPending.vue +++ b/src/views/Setup/RNSPending.vue @@ -2,8 +2,8 @@
-
-

Preparing your data ...

+
+

Preparing your Pass ...

Hold on a little bit or come back later!

From eeecb48a8413d6a0e3fb5df3ca00974b992ee5ab Mon Sep 17 00:00:00 2001 From: azuic Date: Mon, 20 Sep 2021 01:25:18 +0800 Subject: [PATCH 3/6] feat: loading tips rephrased --- src/views/Setup/Setup.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/Setup/Setup.vue b/src/views/Setup/Setup.vue index c8612de..ab68421 100644 --- a/src/views/Setup/Setup.vue +++ b/src/views/Setup/Setup.vue @@ -44,7 +44,13 @@ class="mb-4 w-full" :is-having-content="nfts.length !== 0" :is-single-line="nfts.length !== 0" - :tips="isLoadingAssets ? 'Loading...' : nfts.length === 0 ? 'Haven\'t found anything yet...' : ''" + :tips=" + isLoadingAssets + ? 'Loading... Hold on a little bit or manage them later 🙌' + : nfts.length === 0 + ? 'Haven\'t found anything yet...' + : '' + " >