aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/scaling_input.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: use PureComponent instead of Componentfragosti2019-01-021-1/+1
* run linterfragosti2018-12-141-11/+28
* simplify scaling input logicfragosti2018-12-141-49/+16
* feat: change input to number inputfragosti2018-12-111-0/+1
* fix: notify of the used font size for re-renders of scaling inputfragosti2018-11-291-0/+6
* autofocus -> hasAutoFocusSteve Klebanoff2018-11-211-4/+4
* fix(instant): Autofocus text amount inputSteve Klebanoff2018-11-211-1/+4
* fix: remove requirement of default case in all switch statementsfragosti2018-11-131-2/+0
* chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+1
* fix(instant): refactor some props to use isDisabled instead of disabledBrandon Millman2018-10-271-4/+4
* feat(instant): Disable input when processingSteve Klebanoff2018-10-271-1/+4
* chore: update commentsfragosti2018-10-251-2/+2
* fix: weird linting error that depends on typesfragosti2018-10-251-1/+1
* feat: change to increasing input width by a constant amount per additional ch...fragosti2018-10-251-5/+4
* fix: address PR feedbackfragosti2018-10-251-4/+4
* feat: cover more token symbol edge casesfragosti2018-10-241-1/+1
* polish: improve scaling significantlyfragosti2018-10-241-22/+46
* fix: remove the concept of initial with from scaling input and remove phasefragosti2018-10-241-26/+20
* chore: run linterfragosti2018-10-231-4/+2
* chore: final adjustmentsfragosti2018-10-231-2/+2
* chore: refactor ScalingInputfragosti2018-10-231-9/+18
* feature: reduce font size by a percentage instead of a constantfragosti2018-10-231-29/+44
* feat: have basic scaling amount input workingfragosti2018-10-231-26/+75
* feat: add scaling input componentfragosti2018-10-201-0/+82