aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/generate_order/generate_order_form.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
|
* Change shouldRenderHeader prop to shouldHideHeaderBrandon Millman2018-06-071-3/+3
|
* Update GenerateOrderForm and FillOrder componentsBrandon Millman2018-06-061-3/+14
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-5/+6
|
* Add missing type definitionsLeonid Logvinov2018-05-141-4/+4
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-4/+4
|
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-121-12/+3
|\ | | | | Refactor Website Analytics
| * Fix tslint issuesFabio Berger2018-03-101-1/+1
| |
| * Refactor Analytics so that calls to ReactGA are all in a single module, ↵Fabio Berger2018-03-101-12/+3
| | | | | | | | combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵Fabio Berger2018-03-111-1/+2
|/ | | | don't sometimes pass an empty string and sometimes undefined
* Fix tslint errorsFabio Berger2018-03-071-2/+1
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-1/+2
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Make naming of schemas consistentLeonid Logvinov2018-02-091-2/+2
|
* Address feedbackLeonid Logvinov2018-02-081-8/+9
|
* Remove hash from signatureDataLeonid Logvinov2018-02-081-13/+4
|
* Remove networkId from orderJSONLeonid Logvinov2018-02-081-2/+0
|
* Add networkId to event labelFabio Berger2018-02-071-1/+4
|
* Converted BigNumber to number for GA loggingThomas Schmidt2018-02-061-1/+1
|
* GA logging for order creationThomas Schmidt2018-02-061-0/+12
|
* Fix linter errorsFabio Berger2018-01-311-1/+0
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-7/+13
|
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-39/+53
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-14/+14
|
* 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
|
* Update first two string enums to native typeFabio Berger2017-12-181-13/+13
|
* Fix website unused varsLeonid Logvinov2017-12-151-11/+2
|
* fix remaining tslint errorsFabio Berger2017-11-281-20/+20
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+348
sub-packages, use new subscribeAsync 0x.js method