| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove increase balance link from balance_bounded_input component | Brandon Millman | 2018-07-03 | 3 | -39/+2 |
* | Implement loading body rows | Brandon Millman | 2018-06-29 | 1 | -2/+2 |
* | Implement allowance and final flow step | fragosti | 2018-06-13 | 1 | -0/+1 |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-13 | 2 | -3/+3 |
|\ |
|
| * | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -3/+3 |
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 3 | -4/+0 |
|\| |
|
| * | merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
| |\ |
|
| * | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -4/+0 |
* | | | Wrap AllowanceToggle in redux container | fragosti | 2018-06-07 | 1 | -2/+6 |
| |/
|/| |
|
* | | Add styled-components and polished | fragosti | 2018-06-02 | 1 | -1/+1 |
|/ |
|
* | Remove 0x.js as a dependency from website | Leonid Logvinov | 2018-05-24 | 3 | -9/+10 |
* | Refactor portal specific colors out of react-shared | Brandon Millman | 2018-05-19 | 1 | -1/+2 |
* | Fix prettier | Brandon Millman | 2018-05-19 | 1 | -17/+16 |
* | Center all the things | fragosti | 2018-05-18 | 3 | -7/+28 |
* | Refactor code in response to CR feedback | fragosti | 2018-05-18 | 2 | -9/+10 |
* | Remove duplicate function call to validate | fragosti | 2018-05-18 | 1 | -1/+1 |
* | Show error messages in the wrapped ether item | fragosti | 2018-05-18 | 3 | -15/+21 |
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 9 | -29/+29 |
* | Style changes | Brandon Millman | 2018-03-30 | 1 | -1/+6 |
* | Implement ETH/WETH conversion and allowance toggle styling | Brandon Millman | 2018-03-23 | 4 | -7/+70 |
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -3/+3 |
* | Merge pull request #447 from 0xProject/refactorAnalytics | Fabio Berger | 2018-03-12 | 1 | -13/+3 |
|\ |
|
| * | Fix tslint issues | Fabio Berger | 2018-03-10 | 1 | -1/+1 |
| * | Refactor Analytics so that calls to ReactGA are all in a single module, combi... | Fabio Berger | 2018-03-10 | 1 | -13/+3 |
* | | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ... | Fabio Berger | 2018-03-11 | 1 | -1/+2 |
* | | Fix userAddress bugs | Fabio Berger | 2018-03-11 | 1 | -0/+1 |
|/ |
|
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 1 | -1/+2 |
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 4 | -4/+4 |
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 1 | -1/+2 |
* | Add networkId to event label | Fabio Berger | 2018-02-07 | 1 | -2/+6 |
* | Added logging for order filling and order cancelling | Thomas Schmidt | 2018-02-07 | 1 | -1/+1 |
* | Moved to async await | Thomas Schmidt | 2018-02-06 | 1 | -18/+13 |
* | Formatting and removed old GA code | Thomas Schmidt | 2018-02-06 | 1 | -16/+18 |
* | Converted BigNumber to number for GA logging | Thomas Schmidt | 2018-02-06 | 1 | -2/+2 |
* | GA logging for order creation | Thomas Schmidt | 2018-02-06 | 1 | -4/+9 |
* | Switch GA to React GA and add logging for Portal | Thomas Schmidt | 2018-02-06 | 1 | -1/+12 |
* | Fix linter errors | Fabio Berger | 2018-01-31 | 1 | -1/+2 |
* | Fix all setState calls after unmounted errors. Decided to create our own flag... | Fabio Berger | 2018-01-31 | 1 | -5/+12 |
* | Disallow negative amounts | Fabio Berger | 2018-01-30 | 1 | -1/+1 |
* | Fix bug where could not switch to Ledger and back | Fabio Berger | 2018-01-29 | 1 | -4/+4 |
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 3 | -5/+57 |
* | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 1 | -1/+1 |
* | Enable restrict-plus-operands and fix issues detected | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 2 | -4/+5 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 5 | -5/+5 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 9 | -134/+103 |
* | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 1 | -1/+1 |
|\ |
|
| * | Move call to error reporter to end of handler so that even if reporting the e... | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 9 | -44/+44 |
|/ |
|
* | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti... | Fabio Berger | 2017-12-19 | 1 | -2/+2 |
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 4 | -6/+6 |
* | Standardize colors to always be in uppercase hex and consolidate material-ui ... | Fabio Berger | 2017-12-18 | 4 | -5/+5 |
* | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 4 | -4/+4 |
* | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 3 | -4/+1 |
|\ |
|
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 3 | -4/+1 |
* | | Make label optional and make sure the input field still renders properly with... | Fabio Berger | 2017-12-14 | 1 | -3/+4 |
|/ |
|
* | Fix an invocation | Leonid Logvinov | 2017-12-12 | 1 | -1/+1 |
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 1 | -1/+1 |
* | Make sure we don't pass empty maker into getOrderHashHex | Fabio Berger | 2017-12-08 | 1 | -1/+2 |
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 9 | -30/+30 |
* | Add website to mono repo, update packages to align with existing sub-packages... | Fabio Berger | 2017-11-22 | 9 | -0/+784 |