| Commit message (Expand) | Author | Age | Files | Lines |
* | Move prices into portal | Brandon Millman | 2018-06-06 | 1 | -30/+0 |
* | Merge pull request #652 from 0xProject/feature/website/landing-subscribe-butt... | Francesco Agosti | 2018-06-06 | 3 | -4/+4 |
|\ |
|
| * | Merge branch 'feature/website/landing-subscribe-button' into feature/website/... | fragosti | 2018-06-02 | 3 | -4/+4 |
| |\ |
|
| | * | Add styled-components and polished | fragosti | 2018-06-02 | 3 | -4/+4 |
* | | | Address feedback | fragosti | 2018-06-05 | 1 | -2/+2 |
* | | | Move trackedTokenStateByAddress logic into portal | fragosti | 2018-06-05 | 1 | -77/+8 |
|/ / |
|
* | | Fix missing key | Brandon Millman | 2018-06-01 | 1 | -1/+2 |
* | | Update placeholder param ordering | Brandon Millman | 2018-06-01 | 1 | -10/+21 |
* | | Change userEtherBalanceInWei to optional so we can know if its loading | Brandon Millman | 2018-06-01 | 1 | -6/+7 |
* | | Tweaks | Brandon Millman | 2018-06-01 | 2 | -8/+29 |
* | | Add Placeholder component | Brandon Millman | 2018-06-01 | 1 | -14/+48 |
* | | Add StandardIconRow | Brandon Millman | 2018-06-01 | 1 | -34/+41 |
* | | Split render into loading and loaaded | Brandon Millman | 2018-06-01 | 1 | -5/+11 |
|/ |
|
* | Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltip | Francesco Agosti | 2018-05-31 | 2 | -15/+22 |
|\ |
|
| * | Onboarding: implement add ETH step, and stub for add WETH step | fragosti | 2018-05-30 | 1 | -13/+17 |
| * | Address PR feedback | fragosti | 2018-05-30 | 1 | -1/+1 |
| * | Improve tooltip look | fragosti | 2018-05-30 | 1 | -0/+3 |
| * | Implement metamask installation flow | fragosti | 2018-05-26 | 1 | -2/+2 |
* | | Hide wallet management option and expand component on small screens | Brandon Millman | 2018-05-26 | 1 | -15/+21 |
|/ |
|
* | Address PR feedback | fragosti | 2018-05-25 | 1 | -1/+1 |
* | Basic onboarding flow infrastructure set up | fragosti | 2018-05-25 | 1 | -9/+3 |
* | Use visibility property instead of placeholder div in wrap ether item | Brandon Millman | 2018-05-24 | 1 | -7/+4 |
* | Merge branch 'v2-prototype' into feature/website/wallet-flex-box | Brandon Millman | 2018-05-24 | 2 | -7/+10 |
|\ |
|
| * | Remove 0x.js as a dependency from website | Leonid Logvinov | 2018-05-24 | 2 | -7/+10 |
* | | Add missing key | Brandon Millman | 2018-05-22 | 1 | -3/+6 |
* | | Use flexbox for wrapped ether item | Brandon Millman | 2018-05-22 | 1 | -21/+29 |
* | | Re add wrapped ether item | Brandon Millman | 2018-05-22 | 1 | -7/+24 |
* | | Rewrite balance rows using flex box | Brandon Millman | 2018-05-22 | 1 | -113/+50 |
|/ |
|
* | Refactor portal specific colors out of react-shared | Brandon Millman | 2018-05-19 | 3 | -3/+5 |
* | Fix prettier | Brandon Millman | 2018-05-19 | 1 | -5/+1 |
* | Center all the things | fragosti | 2018-05-18 | 1 | -4/+18 |
* | Refactor code in response to CR feedback | fragosti | 2018-05-18 | 1 | -1/+1 |
* | Show error messages in the wrapped ether item | fragosti | 2018-05-18 | 1 | -7/+27 |
* | Fix tslint false positive | Brandon Millman | 2018-05-18 | 1 | -2/+9 |
* | Fix lint error | Brandon Millman | 2018-05-18 | 1 | -2/+1 |
* | Fix linter errors and relayer index reloading | Brandon Millman | 2018-05-18 | 1 | -2/+1 |
* | Add manage you wallet footer | Brandon Millman | 2018-05-18 | 1 | -24/+41 |
* | Back button and title components | Brandon Millman | 2018-05-18 | 1 | -7/+11 |
* | Add menu | Brandon Millman | 2018-05-18 | 1 | -1/+1 |
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -33/+33 |
* | Update wallet footer and add remove token functionality | Brandon Millman | 2018-05-10 | 1 | -4/+27 |
* | Make wallet scrollable | Brandon Millman | 2018-05-09 | 1 | -9/+48 |
* | Add token flow | Brandon Millman | 2018-05-09 | 1 | -1/+9 |
* | Remove WETH special case, website backend handles this now | Brandon Millman | 2018-05-01 | 1 | -6/+2 |
* | Hit website backend for price information | Brandon Millman | 2018-05-01 | 1 | -40/+6 |
* | Style suggestions | Brandon Millman | 2018-04-28 | 1 | -15/+10 |
* | Move quote currency string into config | Brandon Millman | 2018-04-28 | 1 | -3/+2 |
* | Rename baseCurrency to quoteCurrency | Brandon Millman | 2018-04-23 | 1 | -3/+3 |
* | Remove some unused imports | Brandon Millman | 2018-04-23 | 1 | -2/+1 |
* | Rate limit crypto compare calls | Brandon Millman | 2018-04-23 | 1 | -3/+25 |
* | Refactor common fetch logic into fetch_utils | Brandon Millman | 2018-04-23 | 1 | -16/+23 |
* | Grab price information from crypto compare api | Brandon Millman | 2018-04-23 | 1 | -8/+37 |
* | Implement backendClient object to unify calls to the portal api | Brandon Millman | 2018-04-19 | 1 | -15/+8 |
* | Add price information to wallet | Brandon Millman | 2018-04-18 | 1 | -37/+75 |
* | Merge pull request #503 from 0xProject/feature/website/relayer-grid | Brandon Millman | 2018-04-06 | 1 | -2/+2 |
|\ |
|
| * | Implement initial relayer grid | Brandon Millman | 2018-04-05 | 1 | -2/+2 |
* | | Change undefined to null | Brandon Millman | 2018-04-06 | 1 | -3/+1 |
* | | Fix missing key warnings in wallet component | Brandon Millman | 2018-04-05 | 2 | -5/+14 |
|/ |
|
* | Add HACK comment and reorganize use other wallet button | Brandon Millman | 2018-03-31 | 1 | -10/+12 |
* | Implement wallet locked and uninstalled states | Brandon Millman | 2018-03-30 | 2 | -8/+125 |
* | Style changes | Brandon Millman | 2018-03-30 | 1 | -4/+3 |
* | Implement ETH/WETH conversion and allowance toggle styling | Brandon Millman | 2018-03-23 | 2 | -0/+628 |