aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/currency-display.js
Commit message (Expand)AuthorAgeFilesLines
* Remove send_ directory, revert to just having sendDan2018-07-161-169/+0
* Merge pull request #4699 from TrejGun/removeLeadingZeroesDan J Miller2018-07-041-4/+1
|\
| * move removeLeadingZeroes to utils, add testtrejgun2018-07-021-4/+1
* | Remove input arrows for send screen amount row on firefox.Dan2018-06-291-0/+2
* | Fix issues with scrollbar in currency display.Dan2018-06-291-1/+1
* | 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 ('0'...Dan2018-06-021-2/+2
* Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e...Dan2018-06-011-12/+45
|\
| * 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
|/
* 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 curren...Dan2017-11-081-28/+8
* 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 state...Dan J Miller2017-10-141-18/+43
* 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