Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -138/+0 |
| | | | | flow | ||||
* | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -0/+1 |
| | |||||
* | Use new design for showing seed words | Alexander Tseung | 2018-04-04 | 1 | -1/+13 |
| | |||||
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 3 | -19/+30 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 2 | -17/+15 |
| | | | | t() call; t is just available on props. | ||||
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 2 | -18/+24 |
|\ | | | | | | | i18n-translator-redux | ||||
| * | Add recover and backup tempaltes | Dan Finlay | 2018-03-20 | 2 | -18/+24 |
| | | |||||
* | | Handle i18n with redux. | Dan | 2018-03-16 | 3 | -3/+3 |
|/ | |||||
* | Grammar correction | Dan Finlay | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | ui - lint fix | kumavis | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3445 from TheCriw/i3440-seed-restore-trim-invalid-characters | kumavis | 2018-03-14 | 1 | -0/+13 |
|\ | | | | | improved verification of restore from seed phrase | ||||
| * | FIX #3440 improved verification of restore from seed phrase | criw | 2018-03-06 | 1 | -0/+13 |
| | | |||||
* | | Fix flashing to Log in screen after logging in or restoring from seed phrase ↵ | Alexander Tseung | 2018-03-08 | 1 | -13/+10 |
|/ | | | | (#3466) | ||||
* | [NewUI] Opens to full screen when restoring from seed. (#3201) | Dan J Miller | 2018-02-08 | 1 | -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 Serrano | 2018-01-04 | 1 | -0/+4 |
| | |||||
* | Add Go to Coinbase; Show Buy Ether after signup | Jacky Chan | 2017-10-21 | 1 | -2/+7 |
| | |||||
* | Add ability to save seed words as file. | Kevin Serrano | 2017-09-12 | 1 | -0/+10 |
| | |||||
* | Limit max width of seed word conf screen | Dan Finlay | 2017-07-28 | 1 | -2/+5 |
| | |||||
* | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 1 | -2/+0 |
| | |||||
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 3 | -0/+348 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 3 | -348/+0 |
| | |||||
* | Fix react warning on create-vault-complete | Kevin Serrano | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Make seed confirmation wording scarier | Dan Finlay | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Fix potential formatting issues for seed word display. | Kevin Serrano | 2017-03-29 | 1 | -3/+8 |
| | |||||
* | Assure that seed words are placed into state tree upon request. | Kevin Serrano | 2017-03-28 | 1 | -31/+1 |
| | |||||
* | Redirect to seed word screen for forgotten passwords. | Kevin Serrano | 2016-12-20 | 1 | -2/+6 |
| | |||||
* | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 1 | -5/+3 |
| | |||||
* | Better buttons | Luis Iván Cuende | 2016-12-14 | 1 | -3/+5 |
| | |||||
* | Typo fix. | Kevin Serrano | 2016-11-12 | 1 | -9/+9 |
| | |||||
* | Fix seed phrase restore | Dan Finlay | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 2 | -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 Serrano | 2016-11-01 | 3 | -0/+369 |
Remove logs. Move HD render files to ui/app. |