diff --git a/common/containers/Dashboard/components/DashboardCardComponent.jsx b/common/containers/Dashboard/components/DashboardCardComponent.jsx deleted file mode 100644 index e084675f..00000000 --- a/common/containers/Dashboard/components/DashboardCardComponent.jsx +++ /dev/null @@ -1,61 +0,0 @@ -import React, {PureComponent} from 'react'; - -export default class DashboardCardComponent extends PureComponent { - constructor(props) { - super(props) - } - - static propTypes = { - title: React.PropTypes.string, - body: React.PropTypes.string, - userId: React.PropTypes.number, - id: React.PropTypes.number - } - - render() { - return ( -
- -
- - {/**/} -
- -
-

Generate - Wallet

-
-

Enter a strong password (at least 9 - characters)

-
- - -
-
- Generate Wallet -
-
-
- -
- - {/**/} - -
- ) - } - -} diff --git a/common/containers/Dashboard/components/extra.jsx b/common/containers/Dashboard/components/extra.jsx deleted file mode 100644 index 886fb751..00000000 --- a/common/containers/Dashboard/components/extra.jsx +++ /dev/null @@ -1,626 +0,0 @@ -import React, {PureComponent} from 'react'; -import {Card, Image} from 'semantic-ui-react' - -export default class DashboardCardComponent extends PureComponent { - constructor(props) { - super(props) - } - - static propTypes = { - title: React.PropTypes.string, - body: React.PropTypes.string, - userId: React.PropTypes.number, - id: React.PropTypes.number - } - - render() { - let {title, body, id, userId} = this.props - - return ( -
-
-

Save your Wallet File. Don't forget your - password.

-
-
- - Download -

This - Keystore file matches the format used by Mist so you can easily import it in the - future. It is the recommended file to download and back up.

-



-
-
- - MyEtherWallet.com is not a web wallet & does not store or transmit this secret information at any time.
- If you do not save your wallet file and password, we cannot recover them.
- Save your wallet file now & back it up in a second location (not on your computer). -

- I understand. Continue. -
-
- - -
-

Optional: Print your paper wallet or store - a QR code.

-

If you think you may ever forget your password, save one of these, please! Keep - it safe!

-
- - - - Print -
-

-
- -
- - - -
-
-
- Next: Save your - Address -
-
- -
-
-
- +- -

Unlock your wallet to see your address

-
-
- -
- {/**/} -
-

How would you like - to access your wallet?

- - - - - - - -
- {/**/} - {/**/} -
- {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} - {/**/} -
- {/**/} - {/**/} - {/**/} - {/**/} - {/**/} -
- {/**/} - {/**/} -
-

Unlock your - Wallet

- - - -
- {/**/} - {/**/} - - {/**/} -
-
- -
-
- -
- - -
-
- - - -
-
Transaction - History
- -
-
Your Address
-
- - {/*// style="display: none;"*/} - - - - -
-
Private Key (unencrypted)
-
- - {/*// style="display: none;"*/} - - - -
-
- -
- -
-

Success! - Here are your wallet details.

-
-
- -

- You may know this as your "Account #" or your "Public Key". It - is what you send people so they can send you ether. That icon is - an easy way to recognize your address.

-
Your Address
-
- -
-
-
- -
-
-
- -
-
- -

This - is the unencrypted text version of your private key, meaning no - password is necessary. If someone were to find your unencrypted - private key, they could access your wallet without a password. For - this reason, encrypted versions are typically recommended.

-
Private Key - (unencrypted)
-
- -
- -
-
- -

- ProTip: Click print and save this as a PDF, even if you do not own a - printer!

-
Print Paper Wallet
-
- Print Paper Wallet -
- -
-
- -

- This Keystore file matches the format used by Mist so you can easily - import it in the future. It is the recommended file to download and - back up.

-
Keystore File (UTC / - JSON · Recommended · Encrypted)
-
- Download -
- - -
-
-
- - {/**/ - } - - - {/**/ - } - {/**/ - } - {/**/ - } - - - {/**/ - } - - - {/**/ - } - {/**/ - } - {/**/ - } - - - {/**/ - } - - - {/**/ - } - - - {/**/ - } - {/**/ - } - {/**/ - } - - - {/**/ - } - - - {/**/ - } -
-
- - - - -
-
- {/**/} -

YOUR ADDRESS

-
-
- -

AMOUNT / NOTES

-
-
-
-

YOUR PRIVATE KEY

-
-
-

- Your Address: -
- -

-

- Your Private Key: -
- -

-
-
-
- {/**/ - } - - -
- -
- -
- - -
- ) - } - -} - - -