aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs/token_amount_input.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-152/+0
|
* chore: fix importsFabio Berger2018-10-181-3/+3
|
* Remove style prop from LinkFabio Berger2018-10-051-1/+2
|
* Use same Link UI component for react-scroll linksFabio Berger2018-10-031-2/+1
|
* Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-031-2/+2
|
* Fix order creation and fill flow in Portalfragosti2018-09-181-1/+1
|
* Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-031-2/+0
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-4/+4
|
* Center all the thingsfragosti2018-05-181-6/+16
|
* Refactor code in response to CR feedbackfragosti2018-05-181-2/+2
|
* Show error messages in the wrapped ether itemfragosti2018-05-181-0/+2
|
* Add missing type definitionsLeonid Logvinov2018-05-141-6/+6
|
* Style changesBrandon Millman2018-03-301-1/+6
|
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-1/+13
|
* Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵Fabio Berger2018-03-111-1/+2
| | | | don't sometimes pass an empty string and sometimes undefined
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Fix linter errorsFabio Berger2018-01-311-1/+2
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-5/+12
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-4/+4
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-4/+50
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-0/+2
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-15/+13
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-4/+4
|
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+2
|
* 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-1/+1
|
* Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
| | | | without it
* 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/+69
sub-packages, use new subscribeAsync 0x.js method