aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/keychains/hd
Commit message (Collapse)AuthorAgeFilesLines
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-231-138/+0
| | | | flow
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
|
* Use new design for showing seed wordsAlexander Tseung2018-04-041-1/+13
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-293-19/+30
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-222-17/+15
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-212-18/+24
|\ | | | | | | i18n-translator-redux
| * Add recover and backup tempaltesDan Finlay2018-03-202-18/+24
| |
* | Handle i18n with redux.Dan2018-03-163-3/+3
|/
* 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
|
* Add Go to Coinbase; Show Buy Ether after signupJacky Chan2017-10-211-2/+7
|
* Add ability to save seed words as file.Kevin Serrano2017-09-121-0/+10
|
* Limit max width of seed word conf screenDan Finlay2017-07-281-2/+5
|
* Replace ui with responsive-uiDan Finlay2017-07-251-2/+0
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-213-0/+348
|
* Make folder for responsive UIDan Finlay2017-07-043-348/+0
|
* Fix react warning on create-vault-completeKevin Serrano2017-06-271-1/+1
|
* Make seed confirmation wording scarierDan Finlay2017-06-211-1/+1
|
* Fix potential formatting issues for seed word display.Kevin Serrano2017-03-291-3/+8
|
* Assure that seed words are placed into state tree upon request.Kevin Serrano2017-03-281-31/+1
|
* Redirect to seed word screen for forgotten passwords.Kevin Serrano2016-12-201-2/+6
|
* Revert "Interface enhancements"Dan Finlay2016-12-171-5/+3
|
* Better buttonsLuis Iván Cuende2016-12-141-3/+5
|
* Typo fix.Kevin Serrano2016-11-121-9/+9
|
* Fix seed phrase restoreDan Finlay2016-11-021-3/+3
|
* Made progress on parity for MultiVaultKevin Serrano2016-11-022-7/+7
| | | | | | | | | - 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-013-0/+369
Remove logs. Move HD render files to ui/app.