| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lint warnings in the send/ directory. | Dan | 2018-07-16 | 1 | -30/+0 |
* | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 112 | -7052/+0 |
* | Merge pull request #4702 from BitGuildPlatform/contextTypes | Dan J Miller | 2018-07-14 | 14 | -60/+57 |
|\ |
|
| * | Merge branch 'develop' into contextTypes | TrejGun | 2018-07-05 | 18 | -16/+51 |
| |\ |
|
| * | | convert contextType to static prop for refactored components | trejgun | 2018-07-05 | 14 | -60/+57 |
* | | | Fix existing unit tests | Alexander Tseung | 2018-07-08 | 1 | -4/+7 |
* | | | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 3 | -7/+9 |
* | | | Improve send token error ux. | Dan | 2018-07-05 | 16 | -17/+303 |
| |/
|/| |
|
* | | Merge pull request #4699 from TrejGun/removeLeadingZeroes | Dan J Miller | 2018-07-04 | 2 | -0/+35 |
|\ \ |
|
| * | | move removeLeadingZeroes to utils, add test | trejgun | 2018-07-02 | 2 | -0/+35 |
* | | | eslint --fix . | brunobar79 | 2018-07-03 | 16 | -16/+16 |
| |/
|/| |
|
* | | Merge pull request #4687 from snreynolds/i4623-getConvertedCurrency | Dan J Miller | 2018-06-30 | 8 | -24/+9 |
|\ \ |
|
| * | | fixes #4623 | Sara Reynolds | 2018-06-30 | 8 | -24/+9 |
* | | | Merge pull request #4647 from MetaMask/fix-overflow-currency-display | Dan J Miller | 2018-06-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Improve attribute syntax in send-amount-row.component.js | Dan J Miller | 2018-06-30 | 1 | -1/+1 |
| * | | | Remove input arrows for send screen amount row on firefox. | Dan | 2018-06-29 | 1 | -0/+1 |
| |/ / |
|
* / / | Set based estimate for token sends to be updated once recipient address speci... | Dan | 2018-06-29 | 3 | -0/+11 |
|/ / |
|
* | | Merge pull request #4674 from MetaMask/removeOnlyTests | Thomas Huang | 2018-06-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove .only on test | tmashuang | 2018-06-27 | 1 | -1/+1 |
* | | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancements | Dan J Miller | 2018-06-28 | 4 | -13/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'develop' into i4409-i4410-ens-input-enhancements | Dan | 2018-06-20 | 9 | -18/+123 |
| |\| |
|
| * | | ENS input in send form shows distinct errors for invalid addresses and non-ex... | Dan | 2018-06-15 | 4 | -13/+17 |
* | | | Merge pull request #4627 from TrejGun/gas-fee-display | Dan J Miller | 2018-06-27 | 5 | -2/+119 |
|\ \ \
| |_|/
|/| | |
|
| * | | lint | trejgun | 2018-06-21 | 2 | -3/+13 |
| * | | refactor gas-fee-display component | trejgun | 2018-06-21 | 5 | -2/+109 |
| |/ |
|
* | | On send screen amount change, updateGas call now includes current to address. | Dan | 2018-06-19 | 6 | -4/+37 |
* | | Send screen returns simple gas cost if no to address specified when not sendi... | Dan | 2018-06-19 | 2 | -3/+8 |
* | | Revert to updating amount on blur of input change; update gas on blur of amou... | Dan | 2018-06-19 | 2 | -5/+11 |
* | | Fix unit tests | Alexander Tseung | 2018-06-16 | 1 | -3/+8 |
* | | Estimate gas limit when the token amount changes. Fix amount input | Alexander Tseung | 2018-06-16 | 4 | -16/+18 |
* | | Update send.utils.js estimateGas tests. | Dan | 2018-06-15 | 2 | -5/+20 |
* | | Add a buffer to new ui gas estimates | Dan | 2018-06-15 | 1 | -2/+41 |
* | | Add hex-prefix to gas estimate result | Alexander Tseung | 2018-06-15 | 2 | -4/+4 |
|/ |
|
* | Simplify recipient code check in send.utils estimateGas | Dan | 2018-06-05 | 1 | -4/+5 |
* | Fix calculation of data property for gas estimation on token transfers. | Dan | 2018-06-02 | 6 | -45/+41 |
* | Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e... | Dan | 2018-06-01 | 3 | -24/+22 |
|\ |
|
| * | Remove .only | Dan | 2018-06-01 | 1 | -1/+1 |
| * | Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-nume... | Dan J Miller | 2018-06-01 | 2 | -23/+21 |
| |\ |
|
| | * | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 2 | -23/+21 |
* | | | Improve efficiency of estimateGasPriceFromRecentBlocks | Dan | 2018-05-31 | 1 | -10/+5 |
* | | | test - send-utils.test - lint fix | kumavis | 2018-05-31 | 1 | -1/+1 |
* | | | Gas estimation uses block gas limit as fallback if query.estimateGas returns ... | Dan | 2018-05-31 | 2 | -5/+39 |
* | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 13 | -63/+103 |
* | | | Estimate gas using same algorithm as backend. | Dan | 2018-05-31 | 10 | -93/+134 |
* | | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ... | Dan | 2018-05-31 | 10 | -5/+190 |
* | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ... | Dan | 2018-05-31 | 2 | -4/+5 |
* | | | Rename gas change actions. | Dan | 2018-05-31 | 2 | -5/+5 |
|/ / |
|
* | | Update amount error on update of send screen. | Dan | 2018-05-31 | 3 | -23/+30 |
* | | Fix setting of token balance on account switch in send screen from field. | Dan | 2018-05-31 | 3 | -3/+3 |
|/ |
|
* | Send refactor: fix error handling and form disabling in send form. | Dan | 2018-05-26 | 8 | -47/+37 |
* | Clean up for send refactor PR. | Dan | 2018-05-25 | 5 | -15/+7 |
* | Move formShouldBeDisabled from send-footer util to component. | Dan | 2018-05-25 | 4 | -40/+72 |
* | Fix order of button text in page-container-footer. | Dan | 2018-05-25 | 1 | -8/+2 |
* | Display correct titles and subtitles on send token and editing send transacti... | Dan | 2018-05-25 | 7 | -13/+104 |
* | Fix display of primary currency symbol in send amount row | Dan | 2018-05-25 | 2 | -2/+8 |
* | Send refactor: fix amount max button for tokens. | Dan | 2018-05-24 | 1 | -1/+12 |
* | Import defaults in send_/ | Dan | 2018-05-15 | 10 | -17/+18 |
* | Add index.js files to send_ subdirectories | Dan | 2018-05-15 | 13 | -0/+13 |
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 1 | -2/+2 |
* | Tests for send.duck.js | Dan | 2018-05-14 | 2 | -13/+13 |
* | Rename ducks/send.js to ducks/send.duck.js | Dan | 2018-05-14 | 10 | -10/+10 |
* | Add missing unit tests in send_/: now 100% function test coverage in send_/ | Dan | 2018-05-14 | 4 | -112/+298 |
* | Lint fixes | Dan | 2018-05-14 | 10 | -31/+6 |
* | Unit tests for account-list-item, amount-max-button and send-amount-row compo... | Dan | 2018-05-14 | 3 | -0/+381 |
* | Unit tests for from-dropdown; split out send-dropdown-list from from-dropdown | Dan | 2018-05-12 | 4 | -39/+260 |
* | SendRowErrorMessage component test. | Dan | 2018-05-11 | 1 | -0/+28 |
* | Unit tests for send from, gas, to and wrapper row components. | Dan | 2018-05-11 | 4 | -0/+403 |
* | Fix test descriptions and remove unnecessary proptypes. | Dan | 2018-05-10 | 5 | -14/+10 |
* | Adds test for send, send-content, send-footer and send-header components. | Dan | 2018-05-07 | 6 | -16/+516 |
* | Unit tests for containers, utils and selectors in send_/ | Dan | 2018-05-05 | 33 | -50/+2483 |
* | Merge branch 'i3725-refactor-send-component-' into i3725-refactor-send-compon... | Dan | 2018-05-01 | 37 | -251/+1582 |
|\ |
|
| * | Remove 'goHome' from send_ | Dan | 2018-05-01 | 2 | -4/+1 |
| * | Move getMaxModeOn selector to amount-max-button container. | Dan | 2018-05-01 | 3 | -6/+10 |
| * | Use constants for send screen errors messages. | Dan | 2018-05-01 | 4 | -9/+29 |
| * | Fix send-v2__form class in send-content.component | Dan | 2018-05-01 | 1 | -1/+1 |
| * | Fix amount max button. | Dan | 2018-05-01 | 5 | -7/+7 |
| * | Fix close button on send screen | Dan | 2018-04-30 | 2 | -4/+5 |
| * | Further refactors; includes refactor of send-v2.js and associated container | Dan | 2018-04-30 | 15 | -123/+384 |
| * | Fixes to get tests passing. | Dan | 2018-04-27 | 2 | -2/+2 |
| * | Lint fixes and alphabetization for i3725-refactor-send-component | Dan | 2018-04-27 | 28 | -328/+311 |
| * | Core of the refactor complete | Dan | 2018-04-27 | 30 | -92/+747 |
| * | second commit | Dan | 2018-04-11 | 18 | -50/+461 |
|/ |
|
* | first commit | Dan | 2018-04-07 | 83 | -0/+654 |