From 43897db7cbc1a438f744d33c9d3af87b28512f37 Mon Sep 17 00:00:00 2001 From: abhishek-01k Date: Fri, 22 Dec 2023 14:18:41 +0530 Subject: [PATCH] New Guest Mode UI --- src/AppLogin.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/AppLogin.tsx b/src/AppLogin.tsx index 3d52f9a989..8c9bb455a0 100644 --- a/src/AppLogin.tsx +++ b/src/AppLogin.tsx @@ -74,7 +74,7 @@ const AppLogin = ({ toggleDarkMode }) => { observer.disconnect(); } - if(!readOnlyWallet) { + if (!readOnlyWallet) { connect(); setModalHeight(0); } @@ -131,13 +131,18 @@ const AppLogin = ({ toggleDarkMode }) => { return (
- + {/*

Read-Only Mode

-
+
*/} + - + You can explore Push without connecting your wallet. You will have a chance to connect your wallet later. + + + {/* { placeholder='Enter wallet address' value={walletAddress} onChange={(e) => { handleReadOnlyWallet(e) }} - /> + /> */} - Read Only Mode - Or + {/* Read Only Mode + Or */} Continue as Guest