aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
Commit message (Expand)AuthorAgeFilesLines
* Fix merge conflictsAlexander Tseung2018-03-271-64/+118
|\
| * 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
| |/
* | 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
|\|
| * 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
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-4/+17
|/
* 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