aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/erc20_asset_amount_input.tsx
Commit message (Expand)AuthorAgeFilesLines
* isDisabled -> isInputDisabledSteve Klebanoff2018-11-211-3/+4
* Allow user to select other token on successSteve Klebanoff2018-11-211-3/+3
* fix(instant): Don't allow changing of assets when order processingSteve Klebanoff2018-11-201-2/+3
* feat: implement basic dropdown componentfragosti2018-11-081-1/+1
* chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+5
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-031-5/+5
|\
| * onChange -> onAmountChangeSteve Klebanoff2018-11-031-1/+1
| * Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-4/+4
* | chore: address PR commentsfragosti2018-11-031-15/+18
* | feat: use new Icon component functionalityfragosti2018-11-021-2/+2
* | chore: add clarification to _generateSelectAssetClickHandlerfragosti2018-11-021-9/+10
* | fix: better name methodfragosti2018-11-021-4/+4
* | feat: add states to the erc20 input for no assets or only 1 assetfragosti2018-11-021-6/+26
|/
* chore: address PR feedbackfragosti2018-11-011-4/+4
* feat: refactor animation codefragosti2018-10-311-3/+4
* feat: add 'Select Token' UI to asset amount inputfragosti2018-10-301-12/+57
* fix(instant): refactor some props to use isDisabled instead of disabledBrandon Millman2018-10-271-3/+3
* feat(instant): Disable input when processingSteve Klebanoff2018-10-271-1/+4
* chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-0/+84