Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor TokenState type | Brandon Millman | 2018-03-22 | 1 | -31/+28 |
| | |||||
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵ | Fabio Berger | 2018-03-11 | 1 | -4/+7 |
| | | | | don't sometimes pass an empty string and sometimes undefined | ||||
* | Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION | Fabio Berger | 2018-03-11 | 1 | -4/+5 |
| | |||||
* | Create blockchainWatcher class and refactor Portal such that Ether amounts ↵ | Fabio Berger | 2018-03-10 | 1 | -7/+9 |
| | | | | are always passed around as baseUnits | ||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 1 | -11/+4 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Remove unused prop | Fabio Berger | 2018-01-31 | 1 | -1/+0 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 1 | -3/+0 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 1 | -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 & allowances | Fabio Berger | 2018-01-28 | 1 | -11/+75 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -146/+122 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -18/+18 |
| | |||||
* | Fix merge | Fabio Berger | 2017-12-20 | 1 | -4/+4 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 1 | -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 Berger | 2017-12-19 | 1 | -5/+7 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
| * | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | greys | ||||
| * | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 1 | -3/+2 |
| | | |||||
| * | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 1 | -3/+3 |
| | | |||||
* | | remove extra space | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| | | |||||
* | | Fix linter errors | Fabio Berger | 2017-12-18 | 1 | -2/+4 |
| | | |||||
* | | Move weth.io url to constants | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | |||||
* | | Make it such that Wrapped Ether page works on networks without any outdated ↵ | Fabio Berger | 2017-12-18 | 1 | -11/+19 |
| | | | | | | | | WETH tokens | ||||
* | | Link all EtherTokens to Etherscan and add address tooltip | Fabio Berger | 2017-12-18 | 1 | -20/+53 |
|/ | |||||
* | Fix linter errors | Fabio Berger | 2017-12-16 | 1 | -7/+0 |
| | |||||
* | Improve WETH page styling | Fabio Berger | 2017-12-15 | 1 | -8/+31 |
| | |||||
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵ | Fabio Berger | 2017-12-15 | 1 | -63/+186 |
| | | | | a successful unwrap. | ||||
* | progress weth page | Fabio Berger | 2017-12-13 | 1 | -0/+214 |