aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/customize-gas-modal
Commit message (Expand)AuthorAgeFilesLines
* Remove send_ directory, revert to just having sendDan2018-07-161-3/+3
* fixes 4666Sara Reynolds2018-07-041-2/+5
* Only show the customize gas modal if the estimateGas call is not currently in...Dan2018-06-191-5/+43
* Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e...Dan2018-06-011-1/+1
|\
| * Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-1/+1
| |\
| | * Change btn-secondary styles to btn-default. Make btn-secondary red warning st...Alexander Tseung2018-06-011-1/+1
| | * Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-271-3/+1
* | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ...Dan2018-05-311-3/+3
* | | Rename gas change actions.Dan2018-05-311-9/+9
|/ /
* | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-141-3/+1
* | 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-2/+2
* | Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-301-2/+6
|/
* Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-301-11/+17
|\
| * Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-11/+17
* | Confirm send token detects if balance is sufficient for gas.Dan2018-03-281-0/+3
|/
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-2/+6
|\
| * Update button stylesAlexander Tseung2018-03-261-2/+6
* | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-11/+10
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-211-6/+25
|\|
| * Force gas min has correct precision and is set when editing gas if max.Dan2018-03-151-1/+6
| * Merge branch 'master' into retry-tx-refractorDan2018-03-141-12/+13
| |\
| * | Fix gas calculation and nonce / forceGasMin state setting errors; retry butto...Dan2018-03-131-3/+3
| * | Retry transaction logic added to tx-list-item, confirm-send-ether, customize-...Dan2018-03-091-2/+16
* | | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-201-3/+3
* | | Handle i18n with redux.Dan2018-03-161-9/+9
* | | i18n - load locales manuallykumavis2018-03-151-1/+1
| |/ |/|
* | complete i18n across new UINick Doiron2018-01-301-4/+4
* | 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-2/+2
* | first steps to i18nNick Doiron2018-01-231-10/+10
|/
* Update max amount behaviour to meet new specs.Dan2017-12-071-1/+21
* Remove unneeded type castingDan Finlay2017-11-211-1/+1
* Fix bug where gas param was not a stringDan Finlay2017-11-211-1/+1
* Gas customzier does not consider amount when sending tokens.Dan2017-11-161-1/+1
* LintingThomas Huang2017-11-111-1/+1
* Lint fixes.Dan2017-11-071-2/+1
* Set gas price allows for WEI precision.Dan2017-11-071-4/+16
* Insufficient balance warning in gas customizer works for send tokenDan2017-11-071-3/+1
* More lint fixesDan2017-11-023-13/+13
* Lint fixes for NewUI-flat.Dan2017-11-023-52/+50
* Change min gas price to 0.1 GWEIDan2017-10-271-1/+2
* Adds revert feature to customize gas modal.Dan2017-10-261-8/+15
* Add GWEI to gas price unitChi Kei Chan2017-10-251-1/+1
* Fix gas input styling on mobile viewChi Kei Chan2017-10-251-3/+4
* Improve customize gas modal error handlingDan2017-10-241-23/+121
* Min and default gas price, limit, total; comments out code for gas slider.Dan2017-10-202-15/+20
* Move all of send state to metamask state.Dan2017-10-191-1/+10
* Customize Gas connected to stateDan2017-10-161-13/+71
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state...Dan J Miller2017-10-143-0/+196