aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/wallet/wallet.tsx
Commit message (Expand)AuthorAgeFilesLines
* TweaksBrandon Millman2018-06-011-7/+28
* 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-311-13/+20
|\
| * 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
* | 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
* Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-241-3/+3
|\
| * Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-3/+3
* | Add missing keyBrandon Millman2018-05-221-3/+6
* | 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-191-1/+1
* 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-141-27/+27
* 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
* | Fix missing key warnings in wallet componentBrandon Millman2018-04-051-3/+10
|/
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-301-8/+46
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-0/+443