aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/new-account-modal.js
Commit message (Expand)AuthorAgeFilesLines
* Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-1/+1
* Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-8/+13
* Lint fixesDan2018-03-221-2/+2
* i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-7/+6
* Lint fixes.Dan2018-03-201-0/+1
* Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-201-1/+1
* 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 a...Dan2017-09-231-6/+6
* 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 click...Dan2017-09-161-1/+7
* 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
* 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