aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/currency-display.js
Commit message (Collapse)AuthorAgeFilesLines
* Scroll large amounts in the send componentWhymarrh Whitby2018-06-211-1/+1
|
* Remove leading zeroes from send screen amount row input.Dan2018-06-191-1/+5
|
* Fix currency-display.js rendering of token amounts.Dan2018-06-191-0/+1
|
* Default currency-display valueToRender to empty string when not readOnly ↵Dan2018-06-021-2/+2
| | | | ('0' if readOnly).
* Merge branch 'i3725-refactor-send-component-' into ↵Dan2018-06-011-12/+45
|\ | | | | | | i3914-fix-newui-send-gas-estimation
| * Improve input width calculation in currency-display.jsDan2018-06-011-3/+2
| |
| * Fix currency display send integration tests.Dan2018-05-311-1/+1
| |
| * Delete currency-input.jsDan2018-05-301-1/+0
| |
| * Stop using external NumericInput component.Dan2018-05-301-8/+15
| |
| * Replaces currency-input.js with NumericInputDan2018-05-291-15/+42
| |
* | Support smaller decimals in currency-displayDan2018-05-311-1/+1
| |
* | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵Dan2018-05-311-3/+3
|/ | | | method.
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-141-7/+8
|
* Lint fix.Dan2018-04-101-1/+1
|
* Internationalize converted value in currency-input.jsDan2018-04-101-10/+25
|
* 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