aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Change all onTouchTap to onClickfragosti2018-08-251-2/+2
|
* WIP for sending ether from portal (works)fragosti2018-07-191-5/+1
|
* Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-031-2/+0
|
* Fix undefined ether balanceBrandon Millman2018-06-061-3/+3
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-2/+2
|
* Add missing type definitionsLeonid Logvinov2018-05-141-10/+10
|
* Add clean-state testsLeonid Logvinov2018-03-271-2/+2
|
* Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵Fabio Berger2018-03-111-1/+3
| | | | don't sometimes pass an empty string and sometimes undefined
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-101-2/+5
| | | | are always passed around as baseUnits
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-4/+11
| | | | 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-17/+43
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-52/+37
|
* Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-221-14/+14
|\ | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix …
| * Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-14/+14
| |
* | Fix Max button bugFabio Berger2017-12-211-1/+1
|/
* Fix mergeFabio Berger2017-12-201-2/+2
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-8/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * 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-4/+4
| |
| * Update first two string enums to native typeFabio Berger2017-12-181-4/+4
| |
* | Add `Max` convenience button in unwrap WETH dialogFabio Berger2017-12-181-1/+15
|/
* Improve WETH page stylingFabio Berger2017-12-151-4/+4
|
* Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-151-52/+78
| | | | specific and not both
* fix remaining tslint errorsFabio Berger2017-11-281-5/+5
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+139
sub-packages, use new subscribeAsync 0x.js method