aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/portal.tsx
Commit message (Collapse)AuthorAgeFilesLines
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-3/+8
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-2/+2
|
* Remove unused `location` propFabio Berger2017-12-181-1/+1
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-27/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-27/+0
| |
* | progress weth pageFabio Berger2017-12-131-0/+18
|/
* fix remaining tslint errorsFabio Berger2017-11-281-25/+29
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+344
sub-packages, use new subscribeAsync 0x.js method