aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/generate_order
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter errorsFabio Berger2018-01-313-4/+2
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-283-31/+17
|
* Allow Token symbols to be alphanumericJacob Evans2018-01-191-4/+4
|
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-033-98/+117
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-203-59/+59
|
* Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-1/+3
|
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-182-2/+2
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-182-4/+4
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-182-2/+2
|
* Update first two string enums to native typeFabio Berger2017-12-181-13/+13
|
* Fix website unused varsLeonid Logvinov2017-12-153-33/+2
|
* fix remaining tslint errorsFabio Berger2017-11-283-35/+35
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-223-0/+876
sub-packages, use new subscribeAsync 0x.js method