diff --git a/web/cashtab/src/assets/user.svg b/web/cashtab/src/assets/user.svg new file mode 100644 --- /dev/null +++ b/web/cashtab/src/assets/user.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

@@ -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

@@ -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

@@ -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

@@ -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/App.js b/web/cashtab/src/components/App.js --- a/web/cashtab/src/components/App.js +++ b/web/cashtab/src/components/App.js @@ -10,6 +10,7 @@ SettingsIcon, AirdropIcon, ThemedSignAndVerifyMsg, + ThemedUserProfileIcon, } from 'components/Common/CustomIcons'; import '../index.css'; import styled, { ThemeProvider, createGlobalStyle } from 'styled-components'; @@ -577,6 +578,10 @@

Settings

+ +

Identity

+ +
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 @@ -32,6 +32,7 @@ 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'; +import { ReactComponent as User } from 'assets/user.svg'; export const CashLoadingIcon = ; export const CashReceivedNotificationIcon = () => ( @@ -164,6 +165,11 @@ min-width: 24px; `; +export const ThemedUserProfileIcon = styled(User)` + height: 33px; + width: 30px; +`; + export const LoadingBlock = styled.div` width: 100%; display: flex; 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 @@ -412,13 +412,13 @@ exports[`Wallet without BCH balance 1`] = ` Array [

MigrationTestAlpha

@@ -460,10 +460,10 @@
0 @@ -474,26 +474,26 @@

,
@@ -541,18 +541,18 @@ exports[`Without wallet defined 1`] = `
You currently have 0 XEC @@ -60,7 +60,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -497,16 +497,16 @@ } >

MigrationTestAlpha

@@ -631,7 +631,7 @@
You currently have 0 XEC @@ -640,7 +640,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -1077,16 +1077,16 @@ } >

MigrationTestAlpha

@@ -1211,10 +1211,10 @@
0.06 @@ -1225,7 +1225,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -1662,17 +1662,17 @@ } >

MigrationTestAlpha

@@ -1797,7 +1797,7 @@
You currently have 0 XEC @@ -1806,7 +1806,7 @@
,
Multiple Recipients:  

0 XEC

= @@ -2243,16 +2243,16 @@ } >
,
Multiple Recipients:  

0 XEC

= @@ -2818,16 +2818,16 @@ } >
6.001000000 @@ -33,7 +33,7 @@ } >
@@ -223,7 +223,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

@@ -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

@@ -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 @@
,