aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/currency-display.js
Commit message (Collapse)AuthorAgeFilesLines
* Create single action for updating all of send in redux state.Dan2017-11-151-1/+1
|
* Focus amount input when click anywhere in amount field containerDan2017-11-111-0/+2
|
* Rounding of vals < 0.01 in currency display consistent with master.Dan2017-11-111-1/+2
|
* Calculate max amount for send ether based on minimum gas total.Dan2017-11-081-8/+0
|
* Fix amount max for sending token.Dan2017-11-081-7/+23
|
* Add currency-input component to correct send amount behaviour and move ↵Dan2017-11-081-28/+8
| | | | currency display value state to parent component.
* More lint fixesDan2017-11-021-6/+4
|
* Lint fixes for NewUI-flat.Dan2017-11-021-3/+0
|
* Cleaner implementation of currency-display input.Dan2017-10-241-22/+14
|
* Improve precision in send and confirm.Dan2017-10-241-2/+4
|
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-1/+11
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-1/+1
|
* Handling to and amount errors.Dan2017-10-191-8/+15
|
* Enable send-v2 functionality.Dan2017-10-181-3/+3
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-18/+43
| | | | | | | | | | | | | | | | | | 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.
* Refactor amount input: dynamic input width with vanilla js.Dan2017-10-131-41/+32
|
* Send v2 amount unit moves correctly.Dan2017-10-131-1/+19
|
* Adds amount and gas field to sendV2.Dan2017-10-131-0/+85