aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/fill_order.tsx
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-2/+2
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-4/+4
* Update prettier to version ^1.15.3Alex Browne2019-01-111-9/+8
* fix(website): round makerAssetToken amount in FillOrder componentBrandon Millman2018-10-261-1/+4
* chore: fix importsFabio Berger2018-10-181-4/+4
* Remove style prop from LinkFabio Berger2018-10-051-1/+1
* Use same Link UI component for react-scroll linksFabio Berger2018-10-031-2/+1
* Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-031-1/+1
* Run linterfragosti2018-09-051-3/+0
* Remove unused imports and console.logFabio Berger2018-09-051-4/+1
* Remove cancel checkBrandon Millman2018-08-311-5/+0
* Update generate and fill order flowsBrandon Millman2018-08-311-20/+6
* Initial changes for v2 portalBrandon Millman2018-08-311-57/+59
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-141-9/+9
|\
| * Make Analytics API non-asyncfragosti2018-07-131-2/+1
| * Add no-floating-promises ignore commentsfragosti2018-07-121-0/+1
| * Integrate heap analyticsfragosti2018-07-121-4/+2
| * Replace calls to google analytics with calls to heapfragosti2018-07-121-6/+8
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-2/+2
|/
* Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-291-4/+4
* 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-6/+8
* Add missing type definitionsLeonid Logvinov2018-05-141-16/+16
* Portal fill with mixed decimalsJacob Evans2018-03-261-2/+4
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-5/+5
* 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-25/+5
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-3/+3
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
* Implement blockchain.portalOrderToZeroExOrderLeonid Logvinov2018-02-091-30/+2
* Make naming of schemas consistentLeonid Logvinov2018-02-091-2/+2
* Address feedbackLeonid Logvinov2018-02-081-38/+33
* Remove hash from signatureDataLeonid Logvinov2018-02-081-7/+4
* Remove networkId from orderJSONLeonid Logvinov2018-02-081-8/+2
* Split Order into signedOrder and metadataLeonid Logvinov2018-02-081-70/+76
* Remove unused types and take their namesLeonid Logvinov2018-02-071-4/+4
* Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-071-36/+35
* Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-071-12/+12
* Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-071-6/+6
* Rename signature to ecSignatureLeonid Logvinov2018-02-071-5/+5
* Rename exchangeContract to exchangeContractAddressLeonid Logvinov2018-02-071-2/+2
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-8/+8
* Add networkId to event labelFabio Berger2018-02-071-4/+8
* Added logging for order filling and order cancellingThomas Schmidt2018-02-071-0/+25
* Fix all setState calls after unmounted errors. Decided to create our own flag...Fabio Berger2018-01-311-6/+13
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-9/+8
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-2/+2
* Fix fill/cancel order by looking for NoError instead of empty blockchainErr g...Fabio Berger2018-01-221-2/+2
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-127/+108
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-2/+2
|\
| * Move call to error reporter to end of handler so that even if reporting the e...Fabio Berger2017-12-211-2/+2
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-35/+35
|/
* Fix overflow issue on calculated fillAmountFabio Berger2017-12-191-15/+13
* Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-4/+6
* 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-2/+2
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-4/+3
* Fix website unused varsLeonid Logvinov2017-12-151-10/+0
* fix remaining tslint errorsFabio Berger2017-11-281-33/+39
* Fix tslint issuesFabio Berger2017-11-281-2/+2
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+714