aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/fill_order.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fabio Berger2018-01-311-6/+13
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* 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 ↵Fabio Berger2018-01-221-2/+2
| | | | given the BlockchainErrs type refactor
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-211-2/+2
| | | | | | | | error takes a while, it doesn't block the UI
* | 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
| | | | greys
* 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 ↵Fabio Berger2017-11-221-0/+714
sub-packages, use new subscribeAsync 0x.js method