Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch GA to React GA and add logging for Portal | Thomas Schmidt | 2018-02-06 | 1 | -0/+2 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -5/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -34/+27 |
| | |||||
* | Move muiTheme into it's own module | Fabio Berger | 2017-12-19 | 1 | -35/+2 |
| | |||||
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -6/+4 |
| | |||||
* | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 1 | -21/+18 |
| | |||||
* | Use bigNumberConfigs from @0xproject/utils in website repo | Fabio Berger | 2017-12-18 | 1 | -5/+2 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ... | ||||
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+1 |
| | | |||||
* | | Clear trackedTokens so that a user starts tracking the new WETH and no ↵ | Fabio Berger | 2017-12-14 | 1 | -0/+2 |
|/ | | | | longer the old one | ||||
* | Merge branch 'development' into feature/connect-docs | Fabio Berger | 2017-11-29 | 1 | -9/+0 |
|\ | | | | | | | | | | | | | * development: rename for clarity remove unused code Publish | ||||
| * | remove unused code | Fabio Berger | 2017-11-29 | 1 | -9/+0 |
| | | |||||
* | | Add connect docs | Fabio Berger | 2017-11-29 | 1 | -0/+7 |
|/ | |||||
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵ | Fabio Berger | 2017-11-29 | 1 | -2/+11 |
| | | | | contracts into a single component | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 1 | -14/+16 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -0/+116 |
sub-packages, use new subscribeAsync 0x.js method |