aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/eth_wrappers.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: more blog url fixesfragosti2018-12-181-1/+1
* fix(website) replace 0xproject.com with 0x.orgBrandon Millman2018-12-151-1/+1
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-3/+3
* Update token registry icons and asset picker flowsBrandon Millman2018-07-071-1/+6
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-4/+2
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-8/+17
|\
| * Fix undefined ether balanceBrandon Millman2018-06-061-5/+9
| * Fix EthWrappers background colorBrandon Millman2018-06-061-2/+2
| * Update EthWrappers componentBrandon Millman2018-06-061-1/+6
* | Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|/
* 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-4/+4
* Add missing type definitionsLeonid Logvinov2018-05-141-12/+12
* Refactor TokenState typeBrandon Millman2018-03-221-31/+28
* Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-111-4/+7
* Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISIONFabio Berger2018-03-111-4/+5
* Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-101-7/+9
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-11/+4
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
* Remove unused propFabio Berger2018-01-311-1/+0
* Fix linter errorsFabio Berger2018-01-311-3/+0
* Fix all setState calls after unmounted errors. Decided to create our own flag...Fabio Berger2018-01-311-9/+16
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-11/+75
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-146/+122
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-18/+18
* Fix mergeFabio Berger2017-12-201-4/+4
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-10/+12
|\
| * Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-5/+7
| * 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
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-3/+2
| * Update first two string enums to native typeFabio Berger2017-12-181-3/+3
* | remove extra spaceFabio Berger2017-12-191-1/+1
* | Fix linter errorsFabio Berger2017-12-181-2/+4
* | Move weth.io url to constantsFabio Berger2017-12-181-1/+1
* | Make it such that Wrapped Ether page works on networks without any outdated W...Fabio Berger2017-12-181-11/+19
* | Link all EtherTokens to Etherscan and add address tooltipFabio Berger2017-12-181-20/+53
|/
* Fix linter errorsFabio Berger2017-12-161-7/+0
* Improve WETH page stylingFabio Berger2017-12-151-8/+31
* Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ...Fabio Berger2017-12-151-63/+186
* progress weth pageFabio Berger2017-12-131-0/+214