aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-10/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx
| * Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering ↵Fabio Berger2017-12-181-10/+19
| | | | | | | | of markdownCodeBlock renderer if props haven't updated
* | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+1
| |
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-1/+1
| | | | | | | | greys
* | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-1/+1
|/
* Fix website unused varsLeonid Logvinov2017-12-152-4/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-292-7/+6
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-285-19/+15
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-226-0/+454
sub-packages, use new subscribeAsync 0x.js method