aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/wallet
Commit message (Expand)AuthorAgeFilesLines
* Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-6/+7
* TweaksBrandon Millman2018-06-012-8/+29
* Add Placeholder componentBrandon Millman2018-06-011-14/+48
* Add StandardIconRowBrandon Millman2018-06-011-34/+41
* Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
* Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-312-15/+22
|\
| * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-301-13/+17
| * Address PR feedbackfragosti2018-05-301-1/+1
| * Improve tooltip lookfragosti2018-05-301-0/+3
| * Implement metamask installation flowfragosti2018-05-261-2/+2
* | Hide wallet management option and expand component on small screensBrandon Millman2018-05-261-15/+21
|/
* Address PR feedbackfragosti2018-05-251-1/+1
* Basic onboarding flow infrastructure set upfragosti2018-05-251-9/+3
* Use visibility property instead of placeholder div in wrap ether itemBrandon Millman2018-05-241-7/+4
* Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-242-7/+10
|\
| * Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-242-7/+10
* | Add missing keyBrandon Millman2018-05-221-3/+6
* | Use flexbox for wrapped ether itemBrandon Millman2018-05-221-21/+29
* | Re add wrapped ether itemBrandon Millman2018-05-221-7/+24
* | Rewrite balance rows using flex boxBrandon Millman2018-05-221-113/+50
|/
* Refactor portal specific colors out of react-sharedBrandon Millman2018-05-193-3/+5
* Fix prettierBrandon Millman2018-05-191-5/+1
* Center all the thingsfragosti2018-05-181-4/+18
* Refactor code in response to CR feedbackfragosti2018-05-181-1/+1
* Show error messages in the wrapped ether itemfragosti2018-05-181-7/+27
* Fix tslint false positiveBrandon Millman2018-05-181-2/+9
* Fix lint errorBrandon Millman2018-05-181-2/+1
* Fix linter errors and relayer index reloadingBrandon Millman2018-05-181-2/+1
* Add manage you wallet footerBrandon Millman2018-05-181-24/+41
* Back button and title componentsBrandon Millman2018-05-181-7/+11
* Add menuBrandon Millman2018-05-181-1/+1
* Add missing type definitionsLeonid Logvinov2018-05-142-33/+33
* Update wallet footer and add remove token functionalityBrandon Millman2018-05-101-4/+27
* Make wallet scrollableBrandon Millman2018-05-091-9/+48
* Add token flowBrandon Millman2018-05-091-1/+9
* Remove WETH special case, website backend handles this nowBrandon Millman2018-05-011-6/+2
* Hit website backend for price informationBrandon Millman2018-05-011-40/+6
* Style suggestionsBrandon Millman2018-04-281-15/+10
* Move quote currency string into configBrandon Millman2018-04-281-3/+2
* Rename baseCurrency to quoteCurrencyBrandon Millman2018-04-231-3/+3
* Remove some unused importsBrandon Millman2018-04-231-2/+1
* Rate limit crypto compare callsBrandon Millman2018-04-231-3/+25
* Refactor common fetch logic into fetch_utilsBrandon Millman2018-04-231-16/+23
* Grab price information from crypto compare apiBrandon Millman2018-04-231-8/+37
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-15/+8
* Add price information to walletBrandon Millman2018-04-181-37/+75
* Merge pull request #503 from 0xProject/feature/website/relayer-gridBrandon Millman2018-04-061-2/+2
|\
| * Implement initial relayer gridBrandon Millman2018-04-051-2/+2
* | Change undefined to nullBrandon Millman2018-04-061-3/+1
* | Fix missing key warnings in wallet componentBrandon Millman2018-04-052-5/+14
|/
* Add HACK comment and reorganize use other wallet buttonBrandon Millman2018-03-311-10/+12
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-302-8/+125
* Style changesBrandon Millman2018-03-301-4/+3
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-232-0/+628