aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/eth_weth_conversion_button.tsx
Commit message (Expand)AuthorAgeFilesLines
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-2/+2
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-1/+1
* Fix undefined ether balanceBrandon Millman2018-06-061-1/+1
* Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-1/+1
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-3/+3
* Add missing type definitionsLeonid Logvinov2018-05-141-3/+3
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-3/+3
* Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-101-2/+2
* Fix linter errorsFabio Berger2018-01-311-4/+2
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-5/+9
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
* 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-15/+18
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-1/+1
|\
| * Move call to error reporter to end of handler so that even if reporting the e...Fabio Berger2017-12-211-1/+1
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-6/+6
|/
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-2/+2
|\
| * Update website calls to deposit/withdrawFabio Berger2017-12-181-2/+2
* | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-1/+1
* | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+0
* | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-0/+1
* | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-1/+1
* | Update first two string enums to native typeFabio Berger2017-12-181-3/+3
|/
* Add default value for onConversionSuccessfulFabio Berger2017-12-161-3/+2
* Refactor the WETH conversion dialog/button to be either wrap or unwrap specif...Fabio Berger2017-12-151-7/+31
* fix remaining tslint errorsFabio Berger2017-11-281-7/+6
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+101