| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 1 | -169/+0 |
* | Merge pull request #4699 from TrejGun/removeLeadingZeroes | Dan J Miller | 2018-07-04 | 1 | -4/+1 |
|\ |
|
| * | move removeLeadingZeroes to utils, add test | trejgun | 2018-07-02 | 1 | -4/+1 |
* | | Remove input arrows for send screen amount row on firefox. | Dan | 2018-06-29 | 1 | -0/+2 |
* | | Fix issues with scrollbar in currency display. | Dan | 2018-06-29 | 1 | -1/+1 |
* | | Scroll large amounts in the send component | Whymarrh Whitby | 2018-06-21 | 1 | -1/+1 |
|/ |
|
* | Remove leading zeroes from send screen amount row input. | Dan | 2018-06-19 | 1 | -1/+5 |
* | Fix currency-display.js rendering of token amounts. | Dan | 2018-06-19 | 1 | -0/+1 |
* | Default currency-display valueToRender to empty string when not readOnly ('0'... | Dan | 2018-06-02 | 1 | -2/+2 |
* | Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e... | Dan | 2018-06-01 | 1 | -12/+45 |
|\ |
|
| * | Improve input width calculation in currency-display.js | Dan | 2018-06-01 | 1 | -3/+2 |
| * | Fix currency display send integration tests. | Dan | 2018-05-31 | 1 | -1/+1 |
| * | Delete currency-input.js | Dan | 2018-05-30 | 1 | -1/+0 |
| * | Stop using external NumericInput component. | Dan | 2018-05-30 | 1 | -8/+15 |
| * | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 1 | -15/+42 |
* | | Support smaller decimals in currency-display | Dan | 2018-05-31 | 1 | -1/+1 |
* | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ... | Dan | 2018-05-31 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 1 | -7/+8 |
* | Lint fix. | Dan | 2018-04-10 | 1 | -1/+1 |
* | Internationalize converted value in currency-input.js | Dan | 2018-04-10 | 1 | -10/+25 |
* | Create single action for updating all of send in redux state. | Dan | 2017-11-15 | 1 | -1/+1 |
* | Focus amount input when click anywhere in amount field container | Dan | 2017-11-11 | 1 | -0/+2 |
* | Rounding of vals < 0.01 in currency display consistent with master. | Dan | 2017-11-11 | 1 | -1/+2 |
* | Calculate max amount for send ether based on minimum gas total. | Dan | 2017-11-08 | 1 | -8/+0 |
* | Fix amount max for sending token. | Dan | 2017-11-08 | 1 | -7/+23 |
* | Add currency-input component to correct send amount behaviour and move curren... | Dan | 2017-11-08 | 1 | -28/+8 |
* | More lint fixes | Dan | 2017-11-02 | 1 | -6/+4 |
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -3/+0 |
* | Cleaner implementation of currency-display input. | Dan | 2017-10-24 | 1 | -22/+14 |
* | Improve precision in send and confirm. | Dan | 2017-10-24 | 1 | -2/+4 |
* | Fix Conversions bugs; Fiat value bugs | Chi Kei Chan | 2017-10-21 | 1 | -1/+11 |
* | Get currency from state in account details, send and confirm screens. | Dan | 2017-10-20 | 1 | -1/+1 |
* | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -8/+15 |
* | Enable send-v2 functionality. | Dan | 2017-10-18 | 1 | -3/+3 |
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state... | Dan J Miller | 2017-10-14 | 1 | -18/+43 |
* | Refactor amount input: dynamic input width with vanilla js. | Dan | 2017-10-13 | 1 | -41/+32 |
* | Send v2 amount unit moves correctly. | Dan | 2017-10-13 | 1 | -1/+19 |
* | Adds amount and gas field to sendV2. | Dan | 2017-10-13 | 1 | -0/+85 |