aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/new-account
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-87/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-1/+1
|
* Fix merge conflictsAlexander Tseung2018-03-311-4/+10
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-292-10/+21
| | | | | | | | via a provider.
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-5/+4
|\|
| * Merge branch 'master' into i18n-translator-reduxDan2018-03-271-2/+2
| |\
| * | Correct proptypes for t in new-account/create-form.jsDan2018-03-221-1/+1
| | |
| * | Lint fixesDan2018-03-221-1/+1
| | |
| * | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-222-9/+7
| | | | | | | | | | | | t() call; t is just available on props.
| * | Lint fixes.Dan2018-03-201-0/+1
| | |
| * | Handle i18n with redux.Dan2018-03-162-11/+11
| | |
| * | i18n - load locales manuallykumavis2018-03-152-3/+3
| | |
* | | Fix merge conflictsAlexander Tseung2018-03-271-0/+82
|\ \ \ | | |/ | |/|
| * | Update button stylesAlexander Tseung2018-03-261-3/+3
| |/
| * Fix translations whose substitutions params were not in arrays.Dan2018-03-141-1/+1
| |
| * Merge branch 'master' into i18nDan2018-03-071-5/+8
| |\
| | * [NewUI] Set default new account name as placeholder, but not value (#3121)Dan J Miller2018-02-011-5/+8
| | | | | | | | | | | | | | | | | | * Set default new account name as placehold, and not value, in new account create screen. * Set new account number in create-form.js in constructor.
| * | complete i18n across new UINick Doiron2018-01-301-4/+4
| | |
| * | separate out cross-browser i18n for extensionsNick Doiron2018-01-252-0/+2
| | |
| * | better organization of locale file; i18n in more view filesNick Doiron2018-01-242-8/+8
| |/
* / Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-012-177/+0
|/
* Fix input box padding and select highlight in new account create and import ↵Dan2018-01-131-1/+0
| | | | page.
* New add account page with create and import options.Dan2018-01-132-0/+178