aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/gas-tooltip.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-2/+8
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-3/+3
| | | | t() call; t is just available on props.
* Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
| | | | reference.
* Handle i18n with redux.Dan2018-03-161-1/+1
|
* 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] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-2/+2
| | | | | | | | | | | | | | | | | | 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.
* Lint fixesDan2017-08-311-16/+14
|
* Move currency toggle to its own component.Dan2017-08-311-0/+102