aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/eth_wrappers.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | feature/improve-linting
| * 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
| | | | don't sometimes pass an empty string and sometimes undefined
* 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 ↵Fabio Berger2018-03-101-7/+9
| | | | are always passed around as baseUnits
* 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 ↵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