From adbf670264aa4341a20ede188c26b375206f8a19 Mon Sep 17 00:00:00 2001 From: maciek Date: Tue, 8 Aug 2023 16:36:15 +0200 Subject: [PATCH] feat: new connect wallet modal - some fix after feedback --- .../src/connect-dialog/connect-dialog.tsx | 4 +- .../connect-dialog/view-connector-form.tsx | 86 +++++++++---------- 2 files changed, 43 insertions(+), 47 deletions(-) diff --git a/libs/wallet/src/connect-dialog/connect-dialog.tsx b/libs/wallet/src/connect-dialog/connect-dialog.tsx index 9d1179421..189f3c0b4 100644 --- a/libs/wallet/src/connect-dialog/connect-dialog.tsx +++ b/libs/wallet/src/connect-dialog/connect-dialog.tsx @@ -412,9 +412,7 @@ const CustomUrlInput = ({ return urlInputExpanded ? ( <>
-

- {t('Custom wallet location')} -

+

{t('Custom wallet location')}

-
+ +

+ {t('VIEW AS VEGA USER')} +

+

+ {t( + 'Browse from the perspective of another Vega user in read-only mode.' )} - - +

+ + + {errors.address?.message && ( + {errors.address.message} + )} + + + {t('Browse network')} + + {reset && ( +
+ +
+ )} + ); }