aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/first-time
Commit message (Expand)AuthorAgeFilesLines
* Fixing translations in first-time init menu (#4969)Justin Kat2018-08-081-1/+1
* lint - cleanup some unused variableskumavis2018-05-031-1/+0
* network - remove setNetworkEndpointskumavis2018-05-011-1/+0
* Clean up network configAlexander Tseung2018-04-241-1/+1
* Fix confirmation popup not always openingAlexander Tseung2018-04-171-2/+3
* Fix lint errorsAlexander Tseung2018-04-031-1/+0
* Fix merge conflictsAlexander Tseung2018-03-311-10/+15
|\
| * Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-10/+16
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-11/+10
|\|
| * i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-10/+9
| * Handle i18n with redux.Dan2018-03-161-11/+11
* | Fix merge conflictsAlexander Tseung2018-03-271-12/+43
|\|
| * Merge branch 'master' into i18nDan2018-03-071-1/+23
| |\
| | * Fix Import Existing DEN in popup New UI first time flow.Dan2018-02-201-1/+23
| * | separate out cross-browser i18n for extensionsNick Doiron2018-01-251-7/+1
| * | first steps to i18nNick Doiron2018-01-231-9/+16
| |/
* | Add routes for mascaraAlexander Tseung2017-12-151-1/+1
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-143/+150
|/
* Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-1/+6
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+179
* Make folder for responsive UIDan Finlay2017-07-041-179/+0
* Delete all code related to disclaimers.Kevin Serrano2017-02-101-112/+0
* migration 5 - move keyring controller state to substatekumavis2017-01-291-1/+0
* Merge pull request #937 from MetaMask/i900-forgot-password-flowDan Finlay2016-12-201-16/+0
|\
| * Redirect to seed word screen for forgotten passwords.Kevin Serrano2016-12-201-16/+0
* | Merged master into devDan Finlay2016-12-201-0/+12
|\ \ | |/ |/|
| * Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+12
* | Revert "Interface enhancements"Dan Finlay2016-12-172-17/+8
* | Better buttonsLuis Iván Cuende2016-12-141-1/+4
* | Beautified disclaimerLuis Iván Cuende2016-12-141-7/+13
* | Cosmetic changes, rename links.Kevin Serrano2016-11-241-9/+9
* | Add link back to unlock.Kevin Serrano2016-11-241-0/+16
* | Remove entropy from encryption and project.Kevin Serrano2016-11-221-1/+1
* | Make forgot password button.Dan Finlay2016-11-021-3/+0
* | Made progress on parity for MultiVaultKevin Serrano2016-11-022-142/+15
* | Add focus to password field.Kevin Serrano2016-10-311-0/+4
* | Add password warning div.Kevin Serrano2016-10-311-2/+7
* | Modify first-screen design to match docs.Kevin Serrano2016-10-311-2/+3
* | Update first screen to match design.Dan Finlay2016-10-281-7/+99
* | Commented out useless advanced not on init screenDan Finlay2016-10-211-0/+2
* | Remove opinionated seed word codeDan Finlay2016-10-133-241/+1
|/
* Cleanup.Kevin Serrano2016-10-121-1/+1
* Rewritten to react standards. Way easier.Kevin Serrano2016-10-051-9/+8
* Add links to relevant legal pages on user agreement page.Kevin Serrano2016-10-051-2/+6
* Add conditional logic for adding listener.Kevin Serrano2016-10-051-3/+5
* Add padding to markdown paragraphs.Kevin Serrano2016-10-051-0/+4
* Merge branch 'master' into tosKevin Serrano2016-10-051-0/+1
|\
| * Make seed word confirmation button font smallerDan Finlay2016-10-051-0/+1
* | Add CSS rules for proper formatting.Kevin Serrano2016-10-051-1/+7
* | Implemented scroll-to-bottom functionality for button activation.Kevin Serrano2016-10-051-2/+10
|/
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-131-3/+3
* Camelcase dataset key for reactDan Finlay2016-09-111-3/+3
* Merge branch 'master' into i#563forgotPasswordFrankie2016-08-261-3/+14
|\
| * Make restore vault form persistDan Finlay2016-08-261-3/+14
* | Add a back button on lock screen to go back to init menuFrankie2016-08-261-2/+0
|/
* Fix typos with missing apostropheKevin Serrano2016-08-051-1/+1
* Formatted dev mode betterDan Finlay2016-07-012-5/+3
* Added some basic stylesDan Finlay2016-07-011-1/+14
* disclaimer - render via react-markdownkumavis2016-07-011-2/+10
* Remove old disclaimerDan Finlay2016-07-011-8/+0
* Add new user agreementDan Finlay2016-07-011-1/+1
* Fix formatting on terms & conditions pageDan Finlay2016-06-291-1/+1
* Manually lintedDan Finlay2016-06-221-4/+0
* Auto lintedDan Finlay2016-06-225-39/+33
* Preserve disclaimer line breaksDan Finlay2016-06-171-2/+2
* Added some real text to top of disclaimerDan Finlay2016-06-171-1/+3
* Increase disclaimer scroll box heightDan Finlay2016-06-171-1/+1
* Add disclaimer componentDan Finlay2016-06-171-0/+56
* Add placeholder disclaimer fileDan Finlay2016-06-171-0/+9
* A couple seed recovery enhancementsDan Finlay2016-06-031-1/+1
* ui - redesign - init + vault create/restore + seedkumavis2016-05-274-61/+121
* ui - redesign - unlock menukumavis2016-05-141-2/+2
* Fix more transition bugsDan Finlay2016-05-121-34/+0
* Moved UI into repo with its own dependency stackDan Finlay2016-04-144-0/+419