aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/scaling_amount_input.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: use PureComponent instead of Componentfragosti2019-01-021-1/+1
* simplify scaling input logicfragosti2018-12-141-0/+1
* Add GIT_SHA and NPM_VERSION constants, report git and npm version in errorSteve Klebanoff2018-12-051-2/+2
* feat(instant): input to trigger error for rollbar testingSteve Klebanoff2018-12-051-0/+5
* autofocus -> hasAutoFocusSteve Klebanoff2018-11-211-3/+3
* fix(instant): Autofocus text amount inputSteve Klebanoff2018-11-211-0/+3
* Use generic MaybeSteve Klebanoff2018-11-031-3/+4
* lintingSteve Klebanoff2018-11-031-1/+1
* onChange -> onAmountChangeSteve Klebanoff2018-11-031-4/+4
* Move MaybeBigNumber functions into helperSteve Klebanoff2018-11-031-17/+4
* Have ScalingAmountInput trigger onChange with MaybeBigNumber and keep string ...Steve Klebanoff2018-11-021-12/+52
* Getting rid of BigNumberInput in favor of BigNumberSteve Klebanoff2018-11-021-5/+5
* 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-0/+3
* chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-6/+5
* feat: support half-written decimal numbers in BigNumberInputfragosti2018-10-241-1/+2
* fix: remove unused callback infofragosti2018-10-241-3/+3
* polish: improve scaling significantlyfragosti2018-10-241-4/+3
* fix: remove the concept of initial with from scaling input and remove phasefragosti2018-10-241-1/+1
* chore: run linterfragosti2018-10-231-1/+0
* feature: reduce font size by a percentage instead of a constantfragosti2018-10-231-3/+5
* feat: have basic scaling amount input workingfragosti2018-10-231-0/+52