| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved UX for sweeping accounts (#6488) | Etienne Dusseault | 2019-05-21 | 1 | -3/+21 |
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 1 | -1/+1 |
* | Fix fetch and ethquery mocks in integration tests | Dan Miller | 2019-05-08 | 1 | -1/+2 |
* | Make height consistent on all row in send-content (#6480) | Chi Kei Chan | 2019-04-18 | 1 | -3/+0 |
* | Add token selection to the send screen (#6445) | Chi Kei Chan | 2019-04-18 | 1 | -2/+2 |
* | Update buttons & colors to match design system (#6446) | Chi Kei Chan | 2019-04-17 | 1 | -3/+3 |
* | Metametrics (#6171) | Dan J Miller | 2019-03-05 | 1 | -0/+2 |
* | Prevent users from changing the From field in the send screen (#5922) | Alexander Tseung | 2018-12-14 | 1 | -20/+5 |
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 1 | -0/+16 |
* | Remove gas customization integration tests (in favour of e2e tests) | Dan Miller | 2018-12-04 | 1 | -35/+0 |
* | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 1 | -3/+3 |
* | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -10/+10 |
* | Make all addresses EIP-55 compliant (#5379) | bakaoh | 2018-10-10 | 1 | -1/+1 |
* | Fix tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
* | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
* | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 1 | -2/+2 |
* | Fix send integration tests for compatability with confirm refactor. | Dan | 2018-07-11 | 1 | -7/+7 |
* | Merge pull request #4685 from MetaMask/estimate-gasprice-background-newui | Dan J Miller | 2018-07-05 | 1 | -12/+1 |
|\ |
|
| * | Update new-ui-send integration tests to always explicitly set gas price. (e2e... | Dan | 2018-07-05 | 1 | -12/+1 |
* | | fix warnings for integration tests | brunobar79 | 2018-07-03 | 1 | -2/+0 |
* | | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -2/+2 |
|/ |
|
* | Update integration tests for newui gas estimation fixes. | Dan | 2018-06-19 | 1 | -2/+2 |
* | Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e... | Dan | 2018-06-01 | 1 | -6/+6 |
|\ |
|
| * | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask... | Dan | 2018-06-01 | 1 | -3/+3 |
| |\ |
|
| | * | Fix send amount field select in send-new-ui integration test. | Dan | 2018-06-01 | 1 | -1/+1 |
| | * | Fix send-new-ui gas fee display expectation. | Dan | 2018-06-01 | 1 | -1/+1 |
| | * | Fix currency display send integration tests. | Dan | 2018-05-31 | 1 | -1/+1 |
| * | | Add new alert modals | Alexander Tseung | 2018-06-01 | 1 | -3/+3 |
| * | | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 1 | -26/+33 |
* | | | Fix test to account for greater precision currency display. | Dan | 2018-05-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-14 | 1 | -26/+33 |
|/ |
|
* | Fix integration tests so that they check for localize currency. | Dan | 2018-04-10 | 1 | -4/+4 |
* | Fix integration tests | Alexander Tseung | 2018-04-07 | 1 | -10/+20 |
* | Revert "commit" | Alexander Tseung | 2018-04-06 | 1 | -2/+0 |
* | commit | Alexander Tseung | 2018-04-06 | 1 | -0/+2 |
* | test - remove timeout causing mocha disconnect issues | kumavis | 2018-03-27 | 1 | -1/+0 |
* | Merge pull request #3721 from alextsg/cb-944 | Dan Finlay | 2018-03-27 | 1 | -3/+3 |
|\ |
|
| * | Update button styles | Alexander Tseung | 2018-03-26 | 1 | -3/+3 |
* | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 1 | -0/+2 |
|/ |
|
* | test - flat - add extra timeout, idk maybe | kumavis | 2018-03-22 | 1 | -0/+1 |
* | Update confirm transaction screen | Alexander Tseung | 2018-03-21 | 1 | -3/+3 |
* | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request #3594 from danjm/i3344-improve-currency-input | Thomas Huang | 2018-03-20 | 1 | -1/+1 |
| |\ |
|
| | * | Use customized react-trigger-change in send-new-ui integration tests.. | Dan | 2018-03-19 | 1 | -1/+1 |
| * | | Fix styling on confirm-send-ether and confirm-send-token (#3600) | Alexander Tseung | 2018-03-17 | 1 | -1/+1 |
| |/ |
|
* / | Fix tests. | Dan | 2018-03-14 | 1 | -4/+4 |
|/ |
|
* | test - add comment about test behavior oddity | kumavis | 2018-03-12 | 1 | -3/+1 |
* | test - poll for element instead of manual timeouts | kumavis | 2018-03-12 | 1 | -86/+41 |
* | Update modal header design on send screen (#3196) | Alexander Tseung | 2018-02-07 | 1 | -12/+8 |
* | Functional Integration Tests for send ether flow. (#3119) | Dan J Miller | 2018-01-30 | 1 | -0/+229 |