aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/welcome-screen.js
Commit message (Collapse)AuthorAgeFilesLines
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-83/+0
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-1/+1
| | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* i18n - ja improvements03-262018-06-071-5/+9
|
* Fix lint errorsAlexander Tseung2018-04-031-1/+1
|
* Refactor onboarding flowAlexander Tseung2018-04-021-7/+27
|
* Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-291-1/+4
|
* Styling fixes to welcome; hide network component on create password; shown ↵Dan2018-03-131-4/+3
| | | | welcoem in popup.
* Add welcome screen to new-ui browser first time flow.Dan2018-03-091-0/+57