aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs/balance_bounded_input.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-2/+2
|
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|
* Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-031-33/+2
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
|
* Fix prettierBrandon Millman2018-05-191-17/+16
|
* Center all the thingsfragosti2018-05-181-0/+4
|
* Refactor code in response to CR feedbackfragosti2018-05-181-7/+8
|
* Remove duplicate function call to validatefragosti2018-05-181-1/+1
|
* Show error messages in the wrapped ether itemfragosti2018-05-181-15/+17
|
* Add missing type definitionsLeonid Logvinov2018-05-141-4/+4
|
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-4/+14
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Disallow negative amountsFabio Berger2018-01-301-1/+1
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-0/+3
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-37/+28
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-9/+9
|
* 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-2/+2
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-1/+1
|
* 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/+160
sub-packages, use new subscribeAsync 0x.js method