aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_
Commit message (Expand)AuthorAgeFilesLines
* Fix existing unit testsAlexander Tseung2018-07-081-4/+7
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-073-7/+9
* Improve send token error ux.Dan2018-07-0516-17/+303
* Merge pull request #4699 from TrejGun/removeLeadingZeroesDan J Miller2018-07-042-0/+35
|\
| * move removeLeadingZeroes to utils, add testtrejgun2018-07-022-0/+35
* | eslint --fix .brunobar792018-07-0316-16/+16
* | Merge pull request #4687 from snreynolds/i4623-getConvertedCurrencyDan J Miller2018-06-308-24/+9
|\ \
| * | fixes #4623Sara Reynolds2018-06-308-24/+9
* | | Merge pull request #4647 from MetaMask/fix-overflow-currency-displayDan J Miller2018-06-301-0/+1
|\ \ \
| * | | Improve attribute syntax in send-amount-row.component.jsDan J Miller2018-06-301-1/+1
| * | | Remove input arrows for send screen amount row on firefox.Dan2018-06-291-0/+1
| |/ /
* / / Set based estimate for token sends to be updated once recipient address speci...Dan2018-06-293-0/+11
|/ /
* | Merge pull request #4674 from MetaMask/removeOnlyTestsThomas Huang2018-06-291-1/+1
|\ \
| * | Remove .only on testtmashuang2018-06-271-1/+1
* | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancementsDan J Miller2018-06-284-13/+17
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' into i4409-i4410-ens-input-enhancementsDan2018-06-209-18/+123
| |\|
| * | ENS input in send form shows distinct errors for invalid addresses and non-ex...Dan2018-06-154-13/+17
* | | Merge pull request #4627 from TrejGun/gas-fee-displayDan J Miller2018-06-275-2/+119
|\ \ \ | |_|/ |/| |
| * | linttrejgun2018-06-212-3/+13
| * | refactor gas-fee-display componenttrejgun2018-06-215-2/+109
| |/
* | On send screen amount change, updateGas call now includes current to address.Dan2018-06-196-4/+37
* | Send screen returns simple gas cost if no to address specified when not sendi...Dan2018-06-192-3/+8
* | Revert to updating amount on blur of input change; update gas on blur of amou...Dan2018-06-192-5/+11
* | Fix unit testsAlexander Tseung2018-06-161-3/+8
* | Estimate gas limit when the token amount changes. Fix amount inputAlexander Tseung2018-06-164-16/+18
* | Update send.utils.js estimateGas tests.Dan2018-06-152-5/+20
* | Add a buffer to new ui gas estimatesDan2018-06-151-2/+41
* | Add hex-prefix to gas estimate resultAlexander Tseung2018-06-152-4/+4
|/
* Simplify recipient code check in send.utils estimateGasDan2018-06-051-4/+5
* Fix calculation of data property for gas estimation on token transfers.Dan2018-06-026-45/+41
* Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e...Dan2018-06-013-24/+22
|\
| * Remove .onlyDan2018-06-011-1/+1
| * Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-nume...Dan J Miller2018-06-012-23/+21
| |\
| | * Replaces currency-input.js with NumericInputDan2018-05-292-23/+21
* | | Improve efficiency of estimateGasPriceFromRecentBlocksDan2018-05-311-10/+5
* | | test - send-utils.test - lint fixkumavis2018-05-311-1/+1
* | | Gas estimation uses block gas limit as fallback if query.estimateGas returns ...Dan2018-05-312-5/+39
* | | Auto update gas estimate when to changes.Dan2018-05-3113-63/+103
* | | Estimate gas using same algorithm as backend.Dan2018-05-3110-93/+134
* | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ...Dan2018-05-3110-5/+190
* | | getParamsForGasEstimate extracts symbol from token instead of just accepting ...Dan2018-05-312-4/+5
* | | Rename gas change actions.Dan2018-05-312-5/+5
|/ /
* | Update amount error on update of send screen.Dan2018-05-313-23/+30
* | Fix setting of token balance on account switch in send screen from field.Dan2018-05-313-3/+3
|/
* Send refactor: fix error handling and form disabling in send form.Dan2018-05-268-47/+37
* Clean up for send refactor PR.Dan2018-05-255-15/+7
* Move formShouldBeDisabled from send-footer util to component.Dan2018-05-254-40/+72
* Fix order of button text in page-container-footer.Dan2018-05-251-8/+2
* Display correct titles and subtitles on send token and editing send transacti...Dan2018-05-257-13/+104
* Fix display of primary currency symbol in send amount rowDan2018-05-252-2/+8
* Send refactor: fix amount max button for tokens.Dan2018-05-241-1/+12
* Import defaults in send_/Dan2018-05-1510-17/+18
* Add index.js files to send_ subdirectoriesDan2018-05-1513-0/+13
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-141-2/+2
* Tests for send.duck.jsDan2018-05-142-13/+13
* Rename ducks/send.js to ducks/send.duck.jsDan2018-05-1410-10/+10
* Add missing unit tests in send_/: now 100% function test coverage in send_/Dan2018-05-144-112/+298
* Lint fixesDan2018-05-1410-31/+6
* Unit tests for account-list-item, amount-max-button and send-amount-row compo...Dan2018-05-143-0/+381
* Unit tests for from-dropdown; split out send-dropdown-list from from-dropdownDan2018-05-124-39/+260
* SendRowErrorMessage component test.Dan2018-05-111-0/+28
* Unit tests for send from, gas, to and wrapper row components.Dan2018-05-114-0/+403
* Fix test descriptions and remove unnecessary proptypes.Dan2018-05-105-14/+10
* Adds test for send, send-content, send-footer and send-header components.Dan2018-05-076-16/+516
* Unit tests for containers, utils and selectors in send_/Dan2018-05-0533-50/+2483
* Merge branch 'i3725-refactor-send-component-' into i3725-refactor-send-compon...Dan2018-05-0137-251/+1582
|\
| * Remove 'goHome' from send_Dan2018-05-012-4/+1
| * Move getMaxModeOn selector to amount-max-button container.Dan2018-05-013-6/+10
| * Use constants for send screen errors messages.Dan2018-05-014-9/+29
| * Fix send-v2__form class in send-content.componentDan2018-05-011-1/+1
| * Fix amount max button.Dan2018-05-015-7/+7
| * Fix close button on send screenDan2018-04-302-4/+5
| * Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-3015-123/+384
| * Fixes to get tests passing.Dan2018-04-272-2/+2
| * Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-2728-328/+311
| * Core of the refactor completeDan2018-04-2730-92/+747
| * second commitDan2018-04-1118-50/+461
|/
* first commitDan2018-04-0783-0/+654