From 95a0ccab3a41a555a28b0aa9b69d8deb238656e9 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Thu, 2 May 2024 17:35:27 +0200 Subject: [PATCH] make usable with mobile --- app.vue | 2 +- components/CheckWalletTab.vue | 40 +++++++++++------------ components/Header/index.vue | 14 ++++++-- components/InviteFriendTab.vue | 60 +++++++++++++++++----------------- components/PublishonxTab.vue | 4 +-- 5 files changed, 63 insertions(+), 57 deletions(-) diff --git a/app.vue b/app.vue index c4422a6..1582f16 100644 --- a/app.vue +++ b/app.vue @@ -28,7 +28,7 @@ const Header = defineAsyncComponent(() => import('@/components/Header')) diff --git a/components/InviteFriendTab.vue b/components/InviteFriendTab.vue index a51288d..f23401b 100644 --- a/components/InviteFriendTab.vue +++ b/components/InviteFriendTab.vue @@ -10,19 +10,18 @@ available ROC from your Incognitee wallet to another wallet with an invite link. You can share this with your friends and let them participate. -
-
- Invite Friend -
-
-
- - -
-
+ +
+ Invite Friend +
+
+ +
+
+
@@ -34,10 +33,11 @@ import {Keyring} from '@polkadot/keyring' import {mnemonicGenerate, mnemonicToMiniSecret} from '@polkadot/util-crypto' import {formatBalance, u8aToHex} from "@polkadot/util"; -import { ref } from 'vue'; +import {ref} from 'vue'; + +import {useAccount} from '@/store/account.ts' +import {useIncognitee} from '@/store/incognitee.ts' -import { useAccount } from '@/store/account.ts' -import { useIncognitee } from '@/store/incognitee.ts' const accountStore = useAccount() const incogniteeStore = useIncognitee() @@ -81,27 +81,27 @@ const inviteFriend = () => { diff --git a/components/PublishonxTab.vue b/components/PublishonxTab.vue index 5d9bc6f..53692e9 100644 --- a/components/PublishonxTab.vue +++ b/components/PublishonxTab.vue @@ -2,8 +2,8 @@
-
-
Publish on X
+
+
Publish on X
By clicking the ”Check” button, you will be redirected to the Paseo Subscan Portal, where you have to check for your unshielding event.