Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -3/+3 |
| | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -3/+3 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 1 | -4/+2 |
| | |||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 1 | -4/+9 |
| | |||||
* | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -8/+8 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -6/+6 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts | ||||
| * | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | |||||
* | | Since sending the error report could take some time, we first trigger ↵ | Fabio Berger | 2017-12-17 | 1 | -1/+1 |
|/ | | | | `onError` so that the user gets notified immediately | ||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 1 | -2/+0 |
| | |||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 1 | -6/+6 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -0/+89 |
sub-packages, use new subscribeAsync 0x.js method |