aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src
Commit message (Collapse)AuthorAgeFilesLines
* Render loading inside notice screen, and don't set isLoading from ↵Dan2018-02-212-31/+24
| | | | unMarkPasswordForgotten.
* Temporarily disable loading indicator.Dan2018-02-211-3/+4
|
* Fix variable spelling error.Dan2018-02-212-7/+8
|
* Fix Import Existing DEN in popup New UI first time flow.Dan2018-02-202-7/+56
|
* Remove accessing PropTypes from main React packageAlexander Tseung2018-02-0712-42/+60
|
* Change styling of Import Account with Seed Phrease (#3182)Alexander Tseung2018-02-063-29/+44
|
* Merge pull request #2848 from MetaMask/NewUI-flatAlexander Tseung2018-01-041-1/+1
|\ | | | | [NewUI] Merge NewUI-flat into uat
| * Fix mascara first time flow button colorsAlexander Tseung2017-12-301-3/+3
| |
* | Merge pull request #2799 from MetaMask/NewUI-flatAlexander Tseung2017-12-231-1/+1
|\| | | | | Update UAT to version 4.0.5
| * Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-071-1/+1
| |
* | mascara:create-password - use less words in metamask explanationfrankiebee2017-11-071-1/+1
| |
* | mascara - fix words and enviroment varsfrankiebee2017-11-031-8/+4
| |
* | mascara:first-time - fix wordingfrankiebee2017-11-011-2/+2
| |
* | mascara:first-time - add alpha warning and a about metamask and mascotfrankiebee2017-11-012-47/+107
|/
* Add BuyEtherWidget for future use in buy ether modalChi Kei Chan2017-10-251-0/+197
|
* Add error messages when importing an accounttmashuang2017-10-241-16/+22
|
* Add Import With Seed PhraseChi Kei Chan2017-10-214-4/+133
|
* Add mobile responsivenessChi Kei Chan2017-10-211-2/+73
|
* Remove import optionChi Kei Chan2017-10-211-1/+3
|
* Fix importChi Kei Chan2017-10-211-21/+31
|
* Fix capitializationChi Kei Chan2017-10-211-1/+1
|
* Add Integration TestsChi Kei Chan2017-10-211-5/+5
|
* ShapeShift IntegrationChi Kei Chan2017-10-213-86/+245
|
* Add ShapeShift UIChi Kei Chan2017-10-212-72/+257
|
* Fix merge conflict; separate onboarding buy screenChi Kei Chan2017-10-212-20/+20
|
* Move "Skip this step" to side panelJacky Chan2017-10-212-12/+17
|
* Disable CTA unless notice is scrolled to bottomJacky Chan2017-10-212-4/+29
|
* Fix Buy Ether flowJacky Chan2017-10-212-2/+5
|
* Shuffle tokensJacky Chan2017-10-212-22/+38
|
* Add Go to Coinbase; Show Buy Ether after signupJacky Chan2017-10-217-67/+104
|
* Hide Warning after changing import optionsJacky Chan2017-10-212-5/+10
|
* Implement Buy Ether Screen UIJacky Chan2017-10-213-8/+318
|
* Implement Import Account ScreenJacky Chan2017-10-214-6/+311
|
* Add BackupPhraseScreenJacky Chan2017-10-214-7/+394
|
* Add NoticeScreenJacky Chan2017-10-213-7/+104
|
* Add UniqueImageScreenJacky Chan2017-10-217-43/+298
|
* Add BreadcrumbsJacky Chan2017-10-213-2/+47
|
* CreatePasswordScreenJacky Chan2017-10-213-3/+104
|
* Adding CreatePasswordScreenJacky Chan2017-10-212-0/+67
|
* mascara/background: use async awaitfrankiebee2017-10-051-20/+13
|
* use log.debugfrankiebee2017-10-051-3/+3
|
* mascara: linting and code clean upfrankiebee2017-10-053-49/+32
|
* mascara: turn off backgroundfrankiebee2017-09-201-2/+1
|
* require metamascarafrankiebee2017-09-193-88/+1
|
* mascara - proxy - small cleanupkumavis2017-09-161-2/+1
|
* tests - integration - mascara - small cleanup and timeout adjustmentskumavis2017-09-161-4/+2
|
* set time if platform is mascarafrankiebee2017-09-161-0/+1
|
* dont reload on initial download and wait before passing sw to uifrankiebee2017-09-161-15/+26
|
* tests - integration - get flat and mascara tests closer to compatiblekumavis2017-09-141-5/+3
|
* tests - start migrating mascara tests to karmakumavis2017-09-141-2/+7
|
* mascara - fix iframe stream constructorkumavis2017-09-022-4/+4
|
* reload page if ui is not presentfrankiebee2017-06-091-2/+6
|
* reload the page when switching networksfrankiebee2017-06-091-3/+2
|
* clean up codefrankiebee2017-06-091-5/+0
|
* clean up codefrankiebee2017-04-291-1/+0
|
* General cleanup and window reload if an update is foundfrankiebee2017-04-283-12/+5
|
* break out IndexDbController && Run the first time test on mascarafrankiebee2017-04-283-73/+33
|
* Setup test enviroment for mascarafrankiebee2017-04-281-0/+1
|
* Clean up codefrankiebee2017-04-221-14/+13
|
* Reduce wakeup time for firefoxfrankiebee2017-04-211-1/+1
|
* Fix for firefoxfrankiebee2017-04-211-55/+39
|
* fix syntaxfrankiebee2017-04-071-1/+1
|
* uncomment intervalDelayfrankiebee2017-04-071-1/+1
|
* match intervalsfrankiebee2017-04-071-1/+2
|
* Fix wakeUps:frankiebee2017-04-072-5/+5
| | | | | fix spelling cut wakeup time in half
* remove unnecessary listnerfrankiebee2017-04-071-6/+1
|
* Ping service worker to keep it from going idlefrankiebee2017-04-072-2/+13
|
* mascara - mascara lib - read mascara origin from env varkumavis2017-04-061-17/+14
|
* mascara - rename popup to uikumavis2017-04-051-2/+2
|
* mascara - rename things + break out mascara asset serverkumavis2017-04-053-7/+14
|
* add platforms to mascara + move buyEther window open to uikumavis2017-04-052-1/+12
|
* Remove out of date commentsfrankiebee2017-04-041-9/+1
|
* Fix first install flowfrankiebee2017-04-042-11/+4
|
* Rename mascara root directoryfrankiebee2017-04-037-0/+384