aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/gas-fee-display-v2.js
Commit message (Collapse)AuthorAgeFilesLines
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-4/+4
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-4/+7
|\ | | | | | | i18n-translator-redux
| * Merge branch 'master' into retry-tx-refractorDan2018-03-201-2/+5
| |\
| | * Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-201-2/+5
| | |
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-141-2/+2
| |\|
| * | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-091-2/+2
| | |
* | | Handle i18n with redux.Dan2018-03-161-2/+2
| | |
* | | i18n - load locales manuallykumavis2018-03-151-1/+1
| |/ |/|
* | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-2/+1
|/
* [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-181-1/+2
| | | | | | * Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send. * Fix variable name.
* More lint fixesDan2017-11-021-3/+2
|
* Lint fixes for NewUI-flat.Dan2017-11-021-1/+1
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-1/+3
|
* Fixes mobile styling.Dan2017-10-201-1/+1
|
* Move all of send state to metamask state.Dan2017-10-191-13/+4
|
* Customize Gas connected to stateDan2017-10-161-1/+5
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-0/+47
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.