aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
Commit message (Expand)AuthorAgeFilesLines
* Merge developAlexander Tseung2018-07-181-692/+0
* Remove send_ directory, revert to just having sendDan2018-07-161-3/+3
* fix default importtrejgun2018-06-231-1/+1
* refactor gas-fee-display componenttrejgun2018-06-211-1/+1
* Access correct property from state in confirm screen components gatherTxMeta()Dan2018-06-081-1/+1
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-23/+37
|\
| * Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-23/+37
* | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-241-1/+13
|\|
| * Fix account and network dropdowns in confirm screenAlexander Tseung2018-05-151-1/+13
* | Rename ducks/send.js to ducks/send.duck.jsDan2018-05-141-1/+1
* | Unit tests for containers, utils and selectors in send_/Dan2018-05-051-4/+4
* | Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-301-1/+5
* | Fixes to get tests passing.Dan2018-04-271-4/+4
|/
* Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-101-7/+21
|\
| * Fix integration testsAlexander Tseung2018-04-071-1/+3
| * Fix editing transactionAlexander Tseung2018-04-061-2/+1
| * Revert "commit"Alexander Tseung2018-04-061-1/+2
| * commitAlexander Tseung2018-04-061-2/+1
| * Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-051-1/+2
| |\
| | * hot-fix new-ui - default to an object if identities is undefinedfrankiebee2018-04-051-1/+2
| * | Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-4/+106
| |\|
| * | Fix merge conflictsAlexander Tseung2018-03-311-10/+16
| |\ \
| * \ \ Fix i18n merge conflictsAlexander Tseung2018-03-301-11/+10
| |\ \ \
| * \ \ \ Fix merge conflictsAlexander Tseung2018-03-271-64/+118
| |\ \ \ \
| * | | | | Fix lint errorsAlexander Tseung2018-02-021-1/+1
| * | | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-23/+5
| |\ \ \ \ \
| * | | | | | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-4/+17
* | | | | | | Internationalize converted value in confirm screensDan2018-04-101-2/+17
| |_|_|_|_|/ |/| | | | |
* | | | | | Adds simulation failure error messages to confirm screen.Dan2018-04-031-0/+15
* | | | | | UpdateSendErrors only called when balance defined, recalled if balance updates.Dan2018-04-031-8/+29
* | | | | | Fix lint and testsDan2018-03-301-2/+2
* | | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-301-10/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-10/+16
| | |_|_|/ | |/| | |
* | | | | Show insufficient funds on confirm screen on first render.Dan2018-03-301-0/+12
* | | | | Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-281-13/+12
|\| | | |
| * | | | Correct connect reference in confirm-send-ether, confirm-deploy-contract, net...Dan2018-03-221-1/+1
| * | | | Missed modifications of t() in merge resolution.Dan2018-03-221-1/+0
| * | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-221-177/+164
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-10/+9
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-211-11/+78
| |\ \ \ \
| * | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-201-1/+1
| * | | | | Merge branch 'master' into i18n-translator-reduxDan2018-03-201-159/+162
| |\ \ \ \ \
| * | | | | | Handle i18n with redux.Dan2018-03-161-9/+9
| * | | | | | i18n - load locales manuallykumavis2018-03-151-1/+1
* | | | | | | Confirm send token detects if balance is sufficient for gas.Dan2018-03-281-2/+2
* | | | | | | Checking for sufficient balance in confirm ether screen; includes error messa...Dan2018-03-281-4/+58
| |_|_|/ / / |/| | | | |
* | | | | | Update confirm transaction screenAlexander Tseung2018-03-211-175/+161
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-201-163/+166
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix styling on confirm-send-ether and confirm-send-token (#3600)Alexander Tseung2018-03-171-158/+162
| |/ / /
* | | | Set retry gasPrice to forceGasMin on confirm screen in cases where gas is not...Dan2018-03-151-2/+17
* | | | Force gas min has correct precision and is set when editing gas if max.Dan2018-03-151-3/+1
* | | | Ensure changes from customize gas modal opened from confirm screen are captur...Dan2018-03-151-6/+4
* | | | Revert 'Set txMeta.time to reflect time of tx approval.'Dan2018-03-151-3/+3
* | | | Merge branch 'master' into retry-tx-refractorDan2018-03-141-10/+11
|\| | |
| * | | Merge branch 'master' into i18nDan2018-03-071-9/+7
| |\ \ \
| * | | | complete i18n across new UINick Doiron2018-01-301-3/+3
| * | | | separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
| * | | | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-9/+9
| | |_|/ | |/| |
* | | | Fix more lint errors.Dan2018-03-141-1/+0
* | | | Remove unnecessary addition of nonce to state.Dan2018-03-141-3/+0
* | | | Use new submittedTime field to correctly show retry button in old and new ui.Dan2018-03-141-1/+1
* | | | Set txMeta.time to reflect time of tx approval.Dan2018-03-131-3/+3
* | | | Improve phrasing of copy.Dan2018-03-131-1/+1
* | | | Fix gas calculation and nonce / forceGasMin state setting errors; retry butto...Dan2018-03-131-20/+32
* | | | Lint fixes.Dan2018-03-091-2/+0
* | | | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-091-8/+40
* | | | Retry transaction logic added to tx-list-item, confirm-send-ether, customize-...Dan2018-03-091-1/+19
| |/ / |/| |
* | | Updates the styling of confirm send ether and token screens. (#3235)Dan J Miller2018-02-131-9/+7
|/ /
* | Update styling for buttons, font weightsAlexander Tseung2018-01-121-2/+2
* | Adds updateTransaction to background and used it to update after editing in s...Dan2017-12-211-27/+2
* | Canceled, edited transactions show edited amount.Dan2017-12-211-1/+8
|/
* Create single action for updating all of send in redux state.Dan2017-11-151-6/+9
* Fix lint errors.Dan2017-11-151-10/+9
* Allow editing of send ether.Dan2017-11-151-6/+48
* Change min gas price to 0.1 GWEIDan2017-10-271-4/+2
* Fix alignment on right arrow of confirm tx screensChi Kei Chan2017-10-251-1/+1
* Improve customize gas modal error handlingDan2017-10-241-1/+1
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-1/+1
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-23/+25
* Confirm eth v2Chi Kei Chan2017-10-111-19/+19
* Always set currency to USD on app mountChi Kei Chan2017-09-291-1/+0
* Add Confirm Send token screenChi Kei Chan2017-09-231-1/+1
* Refactor Confirmation Tx to render different screenChi Kei Chan2017-09-221-0/+446