aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/keychains/hd/restore-vault.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-181/+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
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-13/+19
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-13/+12
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-15/+20
|\ | | | | | | i18n-translator-redux
| * Add recover and backup tempaltesDan Finlay2018-03-201-15/+20
| |
* | Handle i18n with redux.Dan2018-03-161-1/+1
|/
* Grammar correctionDan Finlay2018-03-151-1/+1
|
* ui - lint fixkumavis2018-03-141-1/+1
|
* Merge pull request #3445 from TheCriw/i3440-seed-restore-trim-invalid-characterskumavis2018-03-141-0/+13
|\ | | | | improved verification of restore from seed phrase
| * FIX #3440 improved verification of restore from seed phrasecriw2018-03-061-0/+13
| |
* | Fix flashing to Log in screen after logging in or restoring from seed phrase ↵Alexander Tseung2018-03-081-13/+10
|/ | | | (#3466)
* [NewUI] Opens to full screen when restoring from seed. (#3201)Dan J Miller2018-02-081-0/+4
| | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call.
* Add fix for infinite spinner for incorrect seed phrase.Kevin Serrano2018-01-041-0/+4
|
* Redirect to seed word screen for forgotten passwords.Kevin Serrano2016-12-201-2/+6
|
* Fix seed phrase restoreDan Finlay2016-11-021-3/+3
|
* Made progress on parity for MultiVaultKevin Serrano2016-11-021-5/+5
| | | | | | | | | - Deleted some unused items - Renamed files and paths to match with new locations. - Modified keyring controller logic to separate concerns. - Fix account naming issues. - Enable creation of new vault with default HD keyring. - Formatting issues.
* Implement seed word confirmation page.Kevin Serrano2016-11-011-0/+148
Remove logs. Move HD render files to ui/app.