aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/eth_wrappers.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fabio Berger2018-01-311-9/+16
| | | | 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-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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts
| * Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-5/+7
| | | | | | | | alphebetize, rename for logical grouping
| * 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
| | | | | | | | greys
| * 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 ↵Fabio Berger2017-12-181-11/+19
| | | | | | | | WETH tokens
* | 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
| | | | a successful unwrap.
* progress weth pageFabio Berger2017-12-131-0/+214