aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/new-account-modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-1/+1
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-8/+13
| | | | via a provider.
* Lint fixesDan2018-03-221-2/+2
|
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-7/+6
| | | | t() call; t is just available on props.
* Lint fixes.Dan2018-03-201-0/+1
|
* Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
| | | | reference.
* Handle i18n with redux.Dan2018-03-161-7/+7
|
* i18n - load locales manuallykumavis2018-03-151-1/+1
|
* complete i18n across new UINick Doiron2018-01-301-3/+3
|
* separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
|
* better organization of locale file; i18n in more view filesNick Doiron2018-01-241-6/+6
|
* Provide default new account nameAlexander Tseung2017-10-271-63/+78
|
* Fix Import an Account link not working in Create Account modalAlexander Tseung2017-10-261-6/+10
|
* get identities from getState() instead of passing from caller, only set new ↵Dan2017-09-231-6/+6
| | | | account label if label set.
* New account modal now allows for addition of account name.Dan2017-09-231-4/+16
|
* Ensures that new accounts are only created from the modal, and not when ↵Dan2017-09-161-1/+7
| | | | clicking 'Create New Account'
* New account modal top right close button working.Dan2017-09-091-1/+3
|
* Tweak styles in new-account-modal.Dan2017-09-091-2/+2
|
* Lint fixesDan2017-08-311-3/+3
|
* Patch 3 new account modal (#1962)Dan J Miller2017-08-251-11/+8
| | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles. * New account modal re-styling. * Tweaks to paddings, margins, font sizes, colors and modal dimensions. * Replace colour codes with variables.
* Hook up send screen action to Send Button in TxViewsdtsui2017-08-221-1/+1
|
* Add wrapper CSS for NewAccountModalsdtsui2017-08-211-39/+29
|
* Hook up actions to EditAccountNameModalsdtsui2017-08-211-14/+14
|
* Hook up template for New Account Modalsdtsui2017-08-211-0/+80