aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/customize-gas-modal
Commit message (Collapse)AuthorAgeFilesLines
* Update button stylesAlexander Tseung2018-03-261-2/+6
|
* 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
|\
| * 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
| |
* | Fix gas calculation and nonce / forceGasMin state setting errors; retry ↵Dan2018-03-131-3/+3
| | | | | | | | button shows on correct tx.
* | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵Dan2018-03-091-2/+16
|/ | | | customize-gas-modal, and dependents.
* 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
| | | | | | Prevented sending transactions. Fixes #2598
* 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 ↵Dan J Miller2017-10-143-0/+196
state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.