aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/generate_order
Commit message (Expand)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-123-32/+32
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-182-5/+5
* Use order parser utils from order utilsfragosti2018-09-051-2/+1
* Update generate and fill order flowsBrandon Millman2018-08-311-3/+4
* Initial changes for v2 portalBrandon Millman2018-08-311-18/+30
* Change all onTouchTap to onClickfragosti2018-08-251-2/+2
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-141-16/+22
|\
| * Make Analytics API non-asyncfragosti2018-07-131-4/+2
| * Add no-floating-promises ignore commentsfragosti2018-07-121-0/+2
| * Integrate heap analyticsfragosti2018-07-121-4/+4
| * Replace calls to google analytics with calls to heapfragosti2018-07-121-15/+21
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-1/+1
|/
* Update token registry icons and asset picker flowsBrandon Millman2018-07-071-13/+27
* Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-292-7/+7
* Use moment and lodashBrandon Millman2018-06-291-1/+2
* Sort wallet tokens by timestamp added and scroll to newly added tokenBrandon Millman2018-06-291-0/+1
* Polish asset picker layoutBrandon Millman2018-06-271-4/+4
* Do not render ZRX or WETH as removable tracked tokensBrandon Millman2018-06-231-1/+4
* Pulled out reset AssetPicker state into a common variableBrandon Millman2018-06-231-15/+9
* Do not add empty token to local storageBrandon Millman2018-06-221-0/+8
* Move some layout logic out of the Identicon componentBrandon Millman2018-06-201-2/+2
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-4/+4
* 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
* Fix TSLint rulesFabio Berger2018-05-161-4/+4
* Add missing type definitionsLeonid Logvinov2018-05-143-23/+23
* 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
|\
| * Fix tslint issuesFabio Berger2018-03-101-1/+1
| * Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-101-12/+3
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-111-1/+2
|/
* 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-052-2/+2
* 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-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
* 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 sub-packages...Fabio Berger2017-11-223-0/+876