diff --git a/web/cashtab/src/assets/mail.svg b/web/cashtab/src/assets/mail.svg new file mode 100644 --- /dev/null +++ b/web/cashtab/src/assets/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/cashtab/src/components/Airdrop/__tests__/__snapshots__/Airdrop.test.js.snap b/web/cashtab/src/components/Airdrop/__tests__/__snapshots__/Airdrop.test.js.snap --- a/web/cashtab/src/components/Airdrop/__tests__/__snapshots__/Airdrop.test.js.snap +++ b/web/cashtab/src/components/Airdrop/__tests__/__snapshots__/Airdrop.test.js.snap @@ -3,13 +3,13 @@ exports[`Wallet with BCH balances 1`] = ` Array [

MigrationTestAlpha

@@ -42,7 +42,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -51,7 +51,7 @@
You currently have 0 XEC @@ -61,7 +61,7 @@
,
,
XEC Airdrop Calculator
@@ -143,13 +143,13 @@ exports[`Wallet with BCH balances and tokens 1`] = ` Array [

MigrationTestAlpha

@@ -182,7 +182,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -191,7 +191,7 @@
You currently have 0 XEC @@ -201,7 +201,7 @@
,
,
XEC Airdrop Calculator
@@ -283,13 +283,13 @@ exports[`Wallet with BCH balances and tokens and state field 1`] = ` Array [

MigrationTestAlpha

@@ -322,7 +322,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -331,10 +331,10 @@
0.06 @@ -346,7 +346,7 @@
,
,
XEC Airdrop Calculator
@@ -428,13 +428,13 @@ exports[`Wallet without BCH balance 1`] = ` Array [

MigrationTestAlpha

@@ -467,7 +467,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -476,7 +476,7 @@
You currently have 0 XEC @@ -486,7 +486,7 @@
,
,
XEC Airdrop Calculator
@@ -568,10 +568,10 @@ exports[`Without wallet defined 1`] = ` Array [
You currently have 0 XEC @@ -621,7 +621,7 @@
,
,
XEC Airdrop Calculator
diff --git a/web/cashtab/src/components/Common/CustomIcons.js b/web/cashtab/src/components/Common/CustomIcons.js --- a/web/cashtab/src/components/Common/CustomIcons.js +++ b/web/cashtab/src/components/Common/CustomIcons.js @@ -31,7 +31,7 @@ import { ReactComponent as EyeSVG } from 'assets/eye.svg'; import { ReactComponent as EyeInvisibleSVG } from 'assets/eye-invisible.svg'; import { ReactComponent as Audit } from 'assets/audit.svg'; - +import { ReactComponent as Mail } from 'assets/mail.svg'; export const CashLoadingIcon = ; export const CashReceivedNotificationIcon = () => ( @@ -136,6 +136,13 @@ cursor: pointer; `; +export const ThemedMailOutlined = styled(Mail)` + stroke: ${props => props.theme.eCashBlue}; + fill: ${props => props.theme.eCashBlue}; + width: 20px; + height: 20px; + cursor: pointer; +`; export const ThemedFingerprintSVG = styled(FingerprintSVG)` fill: ${props => props.theme.buttons.primary.color}; `; diff --git a/web/cashtab/src/components/Configure/__tests__/__snapshots__/Configure.test.js.snap b/web/cashtab/src/components/Configure/__tests__/__snapshots__/Configure.test.js.snap --- a/web/cashtab/src/components/Configure/__tests__/__snapshots__/Configure.test.js.snap +++ b/web/cashtab/src/components/Configure/__tests__/__snapshots__/Configure.test.js.snap @@ -2,10 +2,10 @@ exports[`Wallet with BCH balances and tokens 1`] = `

,
,
@@ -386,13 +386,13 @@ onClick={[Function]} >

TBS @@ -410,13 +410,13 @@ exports[`Wallet without BCH balance 1`] = ` Array [

MigrationTestAlpha

@@ -449,7 +449,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -458,10 +458,10 @@
0 @@ -472,26 +472,26 @@

,
@@ -539,18 +539,18 @@ exports[`Without wallet defined 1`] = `

Welcome to Cashtab!

Cashtab is an

+ Message + + } optionalDefaultActiveKey={ location && location.state && diff --git a/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap b/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap --- a/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap +++ b/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap @@ -3,13 +3,13 @@ exports[`Wallet with BCH balances 1`] = ` Array [

MigrationTestAlpha

@@ -42,7 +42,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -51,7 +51,7 @@
You currently have 0 XEC @@ -60,7 +60,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -497,16 +497,16 @@ } >
- Advanced +
+ + mail.svg + + Message +
@@ -574,13 +583,13 @@ exports[`Wallet with BCH balances and tokens 1`] = ` Array [

MigrationTestAlpha

@@ -613,7 +622,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -622,7 +631,7 @@
You currently have 0 XEC @@ -631,7 +640,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -1068,16 +1077,16 @@ } >
- Advanced +
+ + mail.svg + + Message +
@@ -1145,13 +1163,13 @@ exports[`Wallet with BCH balances and tokens and state field 1`] = ` Array [

MigrationTestAlpha

@@ -1184,7 +1202,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -1193,10 +1211,10 @@
0.06 @@ -1207,7 +1225,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -1644,17 +1662,17 @@ } >
- Advanced +
+ + mail.svg + + Message +
@@ -1722,13 +1749,13 @@ exports[`Wallet without BCH balance 1`] = ` Array [

MigrationTestAlpha

@@ -1761,7 +1788,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -1770,7 +1797,7 @@
You currently have 0 XEC @@ -1779,7 +1806,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -2216,16 +2243,16 @@ } >
- Advanced +
+ + mail.svg + + Message +
@@ -2293,10 +2329,10 @@ exports[`Without wallet defined 1`] = ` Array [
You currently have 0 XEC @@ -2345,7 +2381,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -2782,16 +2818,16 @@ } >
- Advanced +
+ + mail.svg + + Message +
diff --git a/web/cashtab/src/components/Send/__tests__/__snapshots__/SendToken.test.js.snap b/web/cashtab/src/components/Send/__tests__/__snapshots__/SendToken.test.js.snap --- a/web/cashtab/src/components/Send/__tests__/__snapshots__/SendToken.test.js.snap +++ b/web/cashtab/src/components/Send/__tests__/__snapshots__/SendToken.test.js.snap @@ -4,10 +4,10 @@ exports[`Wallet with BCH balances and tokens and state field 1`] = `
TBS @@ -32,7 +32,7 @@ } >
@@ -222,7 +222,7 @@ } >
0 @@ -65,17 +65,17 @@
,

Create a Token

You need at least @@ -96,13 +96,13 @@ exports[`Wallet with BCH balances and tokens 1`] = ` Array [

MigrationTestAlpha

@@ -135,7 +135,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -144,10 +144,10 @@
0 @@ -158,17 +158,17 @@
,

Create a Token

You need at least @@ -189,13 +189,13 @@ exports[`Wallet with BCH balances and tokens and state field 1`] = ` Array [

MigrationTestAlpha

@@ -228,7 +228,7 @@ className="ant-switch-inner" > eye-invisible.svg @@ -237,10 +237,10 @@
0.06 @@ -251,16 +251,16 @@
,

Create a Token

@@ -311,7 +311,7 @@
@@ -349,7 +349,7 @@
@@ -387,7 +387,7 @@
@@ -425,7 +425,7 @@
@@ -463,7 +463,7 @@
@@ -569,7 +569,7 @@
0 @@ -672,17 +672,17 @@
, ,

Create a Token

You need at least