Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Promise rejections when importing accounts (#4142) | Paul Bouchon | 2018-05-01 | 1 | -0/+4 |
| | | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement | ||||
* | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -2/+12 |
| | | | | flow | ||||
* | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 2 | -66/+19 |
| | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
* | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 2 | -19/+66 |
| | |||||
* | Merge pull request #3894 from danjm/i3696-disablefirsttimeimportloading | kumavis | 2018-04-10 | 1 | -3/+4 |
|\ | | | | | Disable the first time flow import button while isLoading is true. | ||||
| * | Disable the first time flow import button while isLoading is true. | Dan | 2018-04-09 | 1 | -3/+4 |
| | | |||||
| * | remove unavailable goToBuyEtherView propType | gasolin | 2018-03-27 | 1 | -2/+0 |
| | | |||||
* | | Fix integration tests | Alexander Tseung | 2018-04-05 | 1 | -3/+8 |
| | | |||||
* | | Fix lint errors | Alexander Tseung | 2018-04-03 | 6 | -185/+19 |
| | | |||||
* | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 7 | -188/+343 |
| | | |||||
* | | Fix merge conflicts. Refactor renderPrimary into Home component | Alexander Tseung | 2018-03-31 | 1 | -4/+1 |
| | | |||||
* | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 5 | -58/+111 |
| | | |||||
* | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 11 | -197/+447 |
|\| | |||||
| * | Fix tests. | Dan | 2018-03-27 | 1 | -1/+2 |
| | | |||||
| * | Improve responsivensss of unique image screen. | Dan | 2018-03-24 | 1 | -0/+4 |
| | | |||||
| * | Pop uses new ui onboarding when in beta. | Dan | 2018-03-23 | 2 | -7/+2 |
| | | |||||
| * | Make entire gray container of 'reveal seed phrase' a clickable area. (#3596) | Dan J Miller | 2018-03-19 | 1 | -4/+6 |
| | | |||||
| * | Update margins for consistency in first time flow (#3588) | Alexander Tseung | 2018-03-16 | 5 | -144/+206 |
| | | |||||
| * | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 1 | -23/+33 |
| |\ | |||||
| | * | Update first time flow button fonts, and first-time-flow default font, to ↵ | Dan | 2018-03-08 | 1 | -0/+2 |
| | | | | | | | | | | | | Roboto. | ||||
| | * | Change fonts in new-ui onboarding to Roboto, with weight 400. | Dan | 2018-03-08 | 1 | -23/+31 |
| | | | |||||
| * | | Left align create password. | Dan | 2018-03-13 | 2 | -10/+10 |
| | | | |||||
| * | | Styling fixes to welcome; hide network component on create password; shown ↵ | Dan | 2018-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | welcoem in popup. | ||||
| * | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 2 | -9/+26 |
| | | | |||||
| * | | Make new-ui create password screen responsive. | Dan | 2018-03-08 | 2 | -1/+57 |
| |/ | |||||
| * | Fix seed phrase validation clearing form (#3417) | Alexander Tseung | 2018-03-07 | 2 | -84/+123 |
| | | | | | | | | | | | | * Fix seed phrase validation clearing form * Make new ui import seed error feedback live, and allow newlines with and without carriage returns. | ||||
| * | Padding of alpha warning aligns with app-bar | Dan | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Move beta warning to app header. | Dan | 2018-02-28 | 1 | -1/+0 |
| | | |||||
| * | NewUI first time flow warning message change. | Dan | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Body width container in first time flow is consistent with app bar. | Dan | 2018-02-28 | 1 | -1/+6 |
| | | |||||
| * | Render loading inside notice screen, and don't set isLoading from ↵ | Dan | 2018-02-21 | 2 | -31/+24 |
| | | | | | | | | unMarkPasswordForgotten. | ||||
| * | Temporarily disable loading indicator. | Dan | 2018-02-21 | 1 | -3/+4 |
| | | |||||
| * | Fix variable spelling error. | Dan | 2018-02-21 | 2 | -7/+8 |
| | | |||||
| * | Fix Import Existing DEN in popup New UI first time flow. | Dan | 2018-02-20 | 2 | -7/+56 |
| | | |||||
| * | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 10 | -40/+56 |
| | | |||||
* | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 3 | -29/+44 |
|\| | | | | | | | into cb-254 | ||||
| * | Change styling of Import Account with Seed Phrease (#3182) | Alexander Tseung | 2018-02-06 | 3 | -29/+44 |
| | | |||||
* | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 2 | -12/+61 |
|\| | |||||
| * | Merge pull request #2848 from MetaMask/NewUI-flat | Alexander Tseung | 2018-01-04 | 1 | -1/+1 |
| |\ | | | | | | | [NewUI] Merge NewUI-flat into uat | ||||
| | * | Fix mascara first time flow button colors | Alexander Tseung | 2017-12-30 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #2799 from MetaMask/NewUI-flat | Alexander Tseung | 2017-12-23 | 1 | -1/+1 |
| |\| | | | | | | | Update UAT to version 4.0.5 | ||||
| * | | mascara:create-password - use less words in metamask explanation | frankiebee | 2017-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | mascara - fix words and enviroment vars | frankiebee | 2017-11-03 | 1 | -8/+4 |
| | | | |||||
| * | | mascara:first-time - fix wording | frankiebee | 2017-11-01 | 1 | -2/+2 |
| | | | |||||
| * | | mascara:first-time - add alpha warning and a about metamask and mascot | frankiebee | 2017-11-01 | 2 | -47/+107 |
| | | | |||||
* | | | Add prop-types to package.json, redirect from create-password screen when ↵ | Alexander Tseung | 2017-12-15 | 1 | -1/+20 |
| | | | | | | | | | | | | isInitialized | ||||
* | | | Add initialized checks for first time flow routes | Alexander Tseung | 2017-12-15 | 1 | -4/+4 |
| | | | |||||
* | | | Add route for Mascara confirm seed | Alexander Tseung | 2017-12-15 | 2 | -117/+139 |
| | | | |||||
* | | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 4 | -142/+173 |
| |/ |/| | |||||
* | | Merge branch 'master' into NewUI-flat-merge-with-master | Dan | 2017-12-07 | 1 | -1/+1 |
|/ | |||||
* | Add error messages when importing an account | tmashuang | 2017-10-24 | 1 | -16/+22 |
| | |||||
* | Add Import With Seed Phrase | Chi Kei Chan | 2017-10-21 | 4 | -4/+133 |
| | |||||
* | Add mobile responsiveness | Chi Kei Chan | 2017-10-21 | 1 | -2/+73 |
| | |||||
* | Remove import option | Chi Kei Chan | 2017-10-21 | 1 | -1/+3 |
| | |||||
* | Fix import | Chi Kei Chan | 2017-10-21 | 1 | -21/+31 |
| | |||||
* | Fix capitialization | Chi Kei Chan | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | Add Integration Tests | Chi Kei Chan | 2017-10-21 | 1 | -5/+5 |
| | |||||
* | ShapeShift Integration | Chi Kei Chan | 2017-10-21 | 2 | -86/+28 |
| | |||||
* | Add ShapeShift UI | Chi Kei Chan | 2017-10-21 | 2 | -72/+257 |
| | |||||
* | Fix merge conflict; separate onboarding buy screen | Chi Kei Chan | 2017-10-21 | 2 | -20/+20 |
| | |||||
* | Move "Skip this step" to side panel | Jacky Chan | 2017-10-21 | 2 | -12/+17 |
| | |||||
* | Disable CTA unless notice is scrolled to bottom | Jacky Chan | 2017-10-21 | 2 | -4/+29 |
| | |||||
* | Fix Buy Ether flow | Jacky Chan | 2017-10-21 | 2 | -2/+5 |
| | |||||
* | Shuffle tokens | Jacky Chan | 2017-10-21 | 2 | -22/+38 |
| | |||||
* | Add Go to Coinbase; Show Buy Ether after signup | Jacky Chan | 2017-10-21 | 7 | -67/+104 |
| | |||||
* | Hide Warning after changing import options | Jacky Chan | 2017-10-21 | 2 | -5/+10 |
| | |||||
* | Implement Buy Ether Screen UI | Jacky Chan | 2017-10-21 | 3 | -8/+318 |
| | |||||
* | Implement Import Account Screen | Jacky Chan | 2017-10-21 | 4 | -6/+311 |
| | |||||
* | Add BackupPhraseScreen | Jacky Chan | 2017-10-21 | 4 | -7/+394 |
| | |||||
* | Add NoticeScreen | Jacky Chan | 2017-10-21 | 3 | -7/+104 |
| | |||||
* | Add UniqueImageScreen | Jacky Chan | 2017-10-21 | 7 | -43/+298 |
| | |||||
* | Add Breadcrumbs | Jacky Chan | 2017-10-21 | 3 | -2/+47 |
| | |||||
* | CreatePasswordScreen | Jacky Chan | 2017-10-21 | 3 | -3/+104 |
| | |||||
* | Adding CreatePasswordScreen | Jacky Chan | 2017-10-21 | 2 | -0/+67 |