aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/input-number.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Improvement: Increase click area for arrows (#5264)Sean2018-09-161-5/+8
|
* Fix send token tests in beta ui e2e tests.Dan2018-06-271-4/+8
|
* 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