aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-182-1/+30
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-182-5/+5
|
* Update first two string enums to native typeFabio Berger2017-12-181-4/+4
|
* Fix linter errorsFabio Berger2017-12-161-1/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-164-10/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-154-10/+2
| |
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵Fabio Berger2017-12-151-6/+17
| | | | | | | | a successful unwrap.
* | Clear trackedTokens so that a user starts tracking the new WETH and no ↵Fabio Berger2017-12-141-0/+1
| | | | | | | | longer the old one
* | Merge branch 'development' into createWethPageFabio Berger2017-12-131-30/+44
|\| | | | | | | | | | | | | * development: update yarn.lock Fix typedoc_utils to take into account subPackageName when rendering call path Add WebSocketOrderbookChannel to connect docs
| * Fix typedoc_utils to take into account subPackageName when rendering call pathBrandon Millman2017-12-131-30/+44
| |
* | progress weth pageFabio Berger2017-12-131-1/+12
|/
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-1/+1
|
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-292-27/+1
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-292-180/+77
| | | | one place so it easier to add new doc pages
* Fix tslint issuesFabio Berger2017-11-286-52/+100
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+4
| | | | web3 typings
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-227-0/+1128
sub-packages, use new subscribeAsync 0x.js method