aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-5/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-34/+27
|
* Move muiTheme into it's own moduleFabio Berger2017-12-191-35/+2
|
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-6/+4
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-21/+18
|
* Use bigNumberConfigs from @0xproject/utils in website repoFabio Berger2017-12-181-5/+2
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-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 varsLeonid Logvinov2017-12-151-1/+1
| |
* | Clear trackedTokens so that a user starts tracking the new WETH and no ↵Fabio Berger2017-12-141-0/+2
|/ | | | longer the old one
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-291-9/+0
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * remove unused codeFabio Berger2017-11-291-9/+0
| |
* | Add connect docsFabio Berger2017-11-291-0/+7
|/
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-291-2/+11
| | | | contracts into a single component
* fix remaining tslint errorsFabio Berger2017-11-281-14/+16
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+116
sub-packages, use new subscribeAsync 0x.js method