| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 2 | -5/+5 |
* | Update everything to Coinbase Wallet instead of Toshi | fragosti | 2018-09-26 | 1 | -3/+3 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-07-25 | 1 | -7/+1 |
|\ |
|
| * | WIP for sending ether from portal (works) | fragosti | 2018-07-19 | 1 | -7/+1 |
* | | Make tooltip appear to the left of the toggle when onboarding in progress | fragosti | 2018-07-25 | 1 | -0/+3 |
* | | Fix wrap button alignment issue | fragosti | 2018-07-25 | 1 | -17/+11 |
* | | WIP for allowance toggle redesign working | fragosti | 2018-07-21 | 1 | -2/+8 |
* | | Show token name dynamically in tooltip | fragosti | 2018-07-21 | 1 | -1/+1 |
* | | Add loading state | fragosti | 2018-07-21 | 1 | -1/+1 |
* | | Have basic lock and check working in walelt | fragosti | 2018-07-20 | 1 | -13/+15 |
|/ |
|
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-07-14 | 2 | -17/+22 |
|\ |
|
| * | Make Analytics API non-async | fragosti | 2018-07-13 | 2 | -12/+6 |
| * | Add no-floating-promises ignore comments | fragosti | 2018-07-12 | 2 | -0/+6 |
| * | Integrate heap analytics | fragosti | 2018-07-12 | 2 | -10/+8 |
| * | Replace calls to google analytics with calls to heap | fragosti | 2018-07-12 | 2 | -13/+20 |
* | | Make error reporter not return a promise and add more environment possibilities | fragosti | 2018-07-13 | 1 | -1/+1 |
|/ |
|
* | Create Balance component and make token symbols smaller than token amounts | fragosti | 2018-07-07 | 1 | -6/+2 |
* | Give Wallet a min height | fragosti | 2018-07-07 | 1 | -1/+1 |
* | Merge pull request #828 from 0xProject/feature/website/portal-improvements | Brandon Millman | 2018-07-07 | 1 | -1/+1 |
|\ |
|
| * | Make wallet height responsive | fragosti | 2018-07-06 | 1 | -1/+1 |
* | | Implement landing page change in preperation for portal | Brandon Millman | 2018-07-06 | 1 | -1/+1 |
* | | Various fixes for portal on mobile and top bar layout | Brandon Millman | 2018-07-06 | 1 | -2/+2 |
|/ |
|
* | Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobile | fragosti | 2018-07-06 | 1 | -1/+1 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-07-04 | 1 | -11/+51 |
|\ |
|
| * | Merge pull request #799 from 0xProject/feature/website/wallet-menu | Brandon Millman | 2018-07-04 | 1 | -11/+51 |
| |\ |
|
| | * | Implement clickaway for wallet menu on mobile | Brandon Millman | 2018-07-04 | 1 | -2/+4 |
| | * | Lint fixes | Brandon Millman | 2018-07-02 | 1 | -2/+0 |
| | * | More cleanup | Brandon Millman | 2018-07-02 | 1 | -30/+31 |
| | * | Consolidate logic for common menu items | Brandon Millman | 2018-07-02 | 1 | -13/+9 |
| | * | Give connected header accessory more padding | Brandon Millman | 2018-07-02 | 1 | -9/+13 |
| | * | Implement correct behavior for menu in the wallet | Brandon Millman | 2018-07-02 | 1 | -11/+11 |
| | * | Add menu to wallet | Brandon Millman | 2018-07-02 | 1 | -8/+32 |
| | * | Implement icon button | Brandon Millman | 2018-07-02 | 1 | -0/+15 |
* | | | Prompt user to download Toshi or MetaMask in install wallet onboarding step | fragosti | 2018-07-04 | 1 | -33/+2 |
* | | | Show different download links and icons when on mobile | fragosti | 2018-07-04 | 1 | -20/+41 |
|/ / |
|
* | | Merge pull request #808 from 0xProject/feature/website/better-balance-formatting | Brandon Millman | 2018-07-03 | 1 | -15/+5 |
|\ \ |
|
| * | | Add better balance formatting rules for balances and usd values | Brandon Millman | 2018-07-03 | 1 | -15/+5 |
| |/ |
|
* / | Always show the wrap ether row in between ETH and WETH | Brandon Millman | 2018-07-03 | 2 | -18/+20 |
|/ |
|
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-30 | 7 | -303/+374 |
|\ |
|
| * | Add dollar sign to NullTokenRow | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| * | Remove unused imports and variables | Brandon Millman | 2018-06-29 | 2 | -16/+1 |
| * | Refactor inline styles out of Wallet | Brandon Millman | 2018-06-29 | 5 | -123/+139 |
| * | Remove some hardcoded MetaMask colors | Brandon Millman | 2018-06-29 | 1 | -3/+3 |
| * | Create AccountConnection component | Brandon Millman | 2018-06-29 | 1 | -10/+16 |
| * | Fix scrollbar bug | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| * | Fix typo | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| * | Get rid of unused stuff in wallet | Brandon Millman | 2018-06-29 | 1 | -65/+1 |
| * | Fix body overlay on mobile | Brandon Millman | 2018-06-29 | 2 | -3/+3 |
| * | Fix key issue and remove WalletDisconnectedItem | Brandon Millman | 2018-06-29 | 2 | -112/+1 |
| * | Implement new locked and uninstalled states | Brandon Millman | 2018-06-29 | 2 | -0/+167 |
| * | Fix off center icon in wallet | Brandon Millman | 2018-06-29 | 1 | -4/+7 |
| * | Change wallet margin based on hover to prevent re-layout | Brandon Millman | 2018-06-29 | 1 | -0/+1 |
| * | Update ProviderDisplay with new design | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| * | Implement provider name in header | Brandon Millman | 2018-06-29 | 1 | -3/+17 |
| * | Implement loading body rows | Brandon Millman | 2018-06-29 | 1 | -24/+77 |
* | | Use Image component where relevant and add back tracked token timestamp logic | fragosti | 2018-06-30 | 1 | -2/+16 |
* | | Re-center react-popper on every step | fragosti | 2018-06-29 | 1 | -16/+2 |
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-29 | 1 | -2/+16 |
|\| |
|
| * | Use moment and lodash | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| * | Sort wallet tokens by timestamp added and scroll to newly added token | Brandon Millman | 2018-06-29 | 1 | -2/+16 |
* | | Fix z index issue with wrap buttons and onboarding cards | fragosti | 2018-06-28 | 1 | -0/+1 |
* | | Make onboarding bounce around less | fragosti | 2018-06-28 | 1 | -10/+2 |
|/ |
|
* | Change metamask install link based on browser | Brandon Millman | 2018-06-26 | 1 | -14/+33 |
* | Remove extra border from the bottom of the wallet | Brandon Millman | 2018-06-23 | 1 | -3/+11 |
* | Lint and fix typo | fragosti | 2018-06-22 | 1 | -1/+1 |
* | Fix z-index issues | fragosti | 2018-06-22 | 1 | -9/+11 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-22 | 1 | -0/+3 |
|\ |
|
| * | Merge pull request #733 from 0xProject/bug/website/identicon-layout | Brandon Millman | 2018-06-21 | 1 | -0/+3 |
| |\ |
|
| | * | Move some layout logic out of the Identicon component | Brandon Millman | 2018-06-20 | 1 | -0/+3 |
* | | | Support mobile friendly onboarding flows | fragosti | 2018-06-21 | 1 | -1/+0 |
|/ / |
|
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-20 | 2 | -9/+30 |
|\| |
|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-20 | 1 | -5/+1 |
| |\ |
|
| * \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-15 | 1 | -5/+2 |
| |\ \ |
|
| * | | | Run linter | fragosti | 2018-06-15 | 2 | -5/+12 |
| * | | | Add Portal v2 logging | fragosti | 2018-06-15 | 2 | -9/+23 |
* | | | | Fix onboarding persisting when changing routes | fragosti | 2018-06-19 | 1 | -1/+1 |
* | | | | Only elevate wallet zIndex when onboarding is in progress | fragosti | 2018-06-19 | 1 | -4/+5 |
| |_|/
|/| | |
|
* | | | Add all steps to their own file | fragosti | 2018-06-16 | 1 | -5/+1 |
| |/
|/| |
|
* | | Implement allowance and final flow step | fragosti | 2018-06-13 | 1 | -1/+1 |
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-13 | 2 | -5/+5 |
|\| |
|
| * | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -3/+3 |
| * | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 3 | -37/+15 |
| |\ |
|
| * | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 1 | -2/+2 |
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 3 | -37/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 1 | -9/+14 |
| |\ \ |
|
| | * | | Update balance amount rendering logic | Brandon Millman | 2018-06-06 | 1 | -9/+14 |
| | |/ |
|
| * | | Fix merge conflict | fragosti | 2018-06-07 | 1 | -14/+0 |
| * | | merge v2-prototype | Fabio Berger | 2018-06-06 | 3 | -4/+18 |
| |\| |
|
| * | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -58/+1 |
* | | | Wrap AllowanceToggle in redux container | fragosti | 2018-06-07 | 1 | -5/+2 |
| |/
|/| |
|
* | | 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 |