Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 1 | -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 PreferencesController | Whymarrh Whitby | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 1 | -4/+10 |
|\ | |||||
| * | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 2 | -10/+21 |
| | | | | | | | | via a provider. | ||||
* | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -5/+4 |
|\| | |||||
| * | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -2/+2 |
| |\ | |||||
| * | | Correct proptypes for t in new-account/create-form.js | Dan | 2018-03-22 | 1 | -1/+1 |
| | | | |||||
| * | | Lint fixes | Dan | 2018-03-22 | 1 | -1/+1 |
| | | | |||||
| * | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 2 | -9/+7 |
| | | | | | | | | | | | | t() call; t is just available on props. | ||||
| * | | Lint fixes. | Dan | 2018-03-20 | 1 | -0/+1 |
| | | | |||||
| * | | Handle i18n with redux. | Dan | 2018-03-16 | 2 | -11/+11 |
| | | | |||||
| * | | i18n - load locales manually | kumavis | 2018-03-15 | 2 | -3/+3 |
| | | | |||||
* | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -0/+82 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update button styles | Alexander Tseung | 2018-03-26 | 1 | -3/+3 |
| |/ | |||||
| * | Fix translations whose substitutions params were not in arrays. | Dan | 2018-03-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into i18n | Dan | 2018-03-07 | 1 | -5/+8 |
| |\ | |||||
| | * | [NewUI] Set default new account name as placeholder, but not value (#3121) | Dan J Miller | 2018-02-01 | 1 | -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 UI | Nick Doiron | 2018-01-30 | 1 | -4/+4 |
| | | | |||||
| * | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 2 | -0/+2 |
| | | | |||||
| * | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 2 | -8/+8 |
| |/ | |||||
* / | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 2 | -177/+0 |
|/ | |||||
* | Fix input box padding and select highlight in new account create and import ↵ | Dan | 2018-01-13 | 1 | -1/+0 |
| | | | | page. | ||||
* | New add account page with create and import options. | Dan | 2018-01-13 | 2 | -0/+178 |