aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/input-number.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove currency input from input-numberDan2018-05-301-4/+4
|
* Gas inputs can be changed by up and down arrows (#3598)Dan J Miller2018-03-211-0/+1
| | | | | | * Up and down arrows can control gas inputs. * input-number.js just uses number type.
* Use currency input component in input number, to improve input behaviour in ↵Dan2017-11-161-4/+7
| | | | gas estimator
* Lint fixes.Dan2017-11-071-1/+0
|
* Set gas price allows for WEI precision.Dan2017-11-071-5/+12
|
* Change min gas price to 0.1 GWEIDan2017-10-271-4/+22
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-20/+9
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Add frontend validation to send-tokenChi Kei Chan2017-09-121-1/+1
|
* Style send token screenChi Kei Chan2017-09-111-0/+1
|
* Lint fixesDan2017-08-311-9/+8
|
* Fully connect gas data in send form and tooltip to state; final styling ↵Dan2017-08-261-3/+3
| | | | | | improvements. Fully connect gas fields in send form and tooltip to state
* Refactor tooltip to remove external lib; tooltip now updating gas fee in parent.Dan2017-08-261-0/+57