aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/keychains/hd/recover-seed/confirmation.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-291-5/+10
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-4/+3
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-3/+4
|\ | | | | | | i18n-translator-redux
| * Add recover and backup tempaltesDan Finlay2018-03-201-3/+4
| |
* | Handle i18n with redux.Dan2018-03-161-1/+1
|/
* Limit max width of seed word conf screenDan Finlay2017-07-281-2/+5
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+118
|
* Make folder for responsive UIDan Finlay2017-07-041-118/+0
|
* Assure that seed words are placed into state tree upon request.Kevin Serrano2017-03-281-31/+1
|
* Typo fix.Kevin Serrano2016-11-121-9/+9
|
* Made progress on parity for MultiVaultKevin Serrano2016-11-021-2/+2
| | | | | | | | | - 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.