aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
|
* Make sure we always pass in the correct networkId even if no injectedWeb3 foundFabio Berger2017-12-081-5/+10
|
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
|
* Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-303-1/+14
|
* Add order and signedOrder to public typesFabio Berger2017-11-301-0/+2
|
* Add TokenTradeInfo to public typesFabio Berger2017-11-301-0/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-297-9/+9
|
* Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
|
* Add 0x Connect to footerFabio Berger2017-11-291-0/+4
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-293-13/+4
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * rename for clarityFabio Berger2017-11-292-4/+4
| |
| * remove unused codeFabio Berger2017-11-291-9/+0
| |
* | Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-292-6/+22
| |
* | Add connect docsFabio Berger2017-11-293-0/+105
| |
* | Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-296-2/+17
|/
* Merge branch 'development' into fix/refactorDocsFabio Berger2017-11-291-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (30 commits) Export TransactionOpts type Make website private Publish Update CHANGELOG Change interval to 1h Rename Add ifExists to cleanupJobInterval Add a cleanup job to an order watcher Improve the comment Add CHANGELOG comment Add a HACK comment Normalise subprovider names Remove a comment Fix a typo Pin testrpc version Remove gas params from tests Add fake gas estimate suprovider for tests Revert "Fix website linter errors" Fix website linter errors Fix tests ... # Conflicts: # packages/website/ts/utils/constants.ts
| * Export TransactionOpts typeLeonid Logvinov2017-11-291-0/+1
| |
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-2910-599/+323
| | | | | | | | contracts into a single component
* | Fix tslint errorFabio Berger2017-11-291-1/+1
| |
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2916-286/+428
|/ | | | one place so it easier to add new doc pages
* Last remaining website fixesFabio Berger2017-11-282-8/+10
|
* fix remaining tslint errorsFabio Berger2017-11-2885-467/+493
|
* Fix tslint issuesFabio Berger2017-11-2818-255/+272
|
* remove commentFabio Berger2017-11-281-1/+0
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-282-2/+14
| | | | web3 typings
* Fix overlapping arg namesFabio Berger2017-11-281-2/+1
|
* Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Fix bugFabio Berger2017-11-241-2/+2
|
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-232-25/+53
| | | | interface
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22113-0/+16254
sub-packages, use new subscribeAsync 0x.js method