From ddba14fd9fa4d618b498bc39db42559e9c51905b Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Mon, 15 Feb 2021 16:05:35 -0400 Subject: [PATCH 1/2] style(wallet): Cleanup Wallet View --- src/components/admin-lte/wallet/index.js | 33 ++++++++++++++---------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/src/components/admin-lte/wallet/index.js b/src/components/admin-lte/wallet/index.js index ac6c681..1e138e0 100644 --- a/src/components/admin-lte/wallet/index.js +++ b/src/components/admin-lte/wallet/index.js @@ -20,24 +20,31 @@ class Wallet extends React.Component { return ( - + {/* Show wallet info is this exists */} {_this.props.walletInfo.mnemonic && ( )} - + {/** Shows the 'create' and 'import' cards + * if there's not a wallet created + */} + {!_this.props.walletInfo.mnemonic && ( + <> + - + + + )} {this.props.importComponents} From 5ed2474455b878a1bce3931bc786ed25d9219fc3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 15 Feb 2021 15:34:52 -0800 Subject: [PATCH 2/2] Minor edit of wording --- src/components/admin-lte/wallet/info.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/admin-lte/wallet/info.js b/src/components/admin-lte/wallet/info.js index 6e01ceb..3393182 100644 --- a/src/components/admin-lte/wallet/info.js +++ b/src/components/admin-lte/wallet/info.js @@ -28,7 +28,8 @@ class InfoWallets extends React.Component {

This is an open source, non-custodial web wallet supporting Bitcoin Cash (BCH) and SLP tokens. Web wallets - offer user convenience, by they are inherently insecure.{' '} + offer user convenience, but they are inherently insecure and + bad for privacy.{' '} Storing large amounts of money on a web wallet is not recommended!