aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/send_button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type definitionsLeonid Logvinov2018-05-141-3/+3
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-3/+3
|
* Fix linter errorsFabio Berger2018-01-311-4/+2
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-4/+9
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-8/+8
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-6/+6
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-1/+1
| |
* | Since sending the error report could take some time, we first trigger ↵Fabio Berger2017-12-171-1/+1
|/ | | | `onError` so that the user gets notified immediately
* Fix website unused varsLeonid Logvinov2017-12-151-2/+0
|
* fix remaining tslint errorsFabio Berger2017-11-281-6/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+89
sub-packages, use new subscribeAsync 0x.js method