aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/to-autocomplete.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.
* 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
|
* Cursor pointer and hover background on from and to dropdown items.Dan2017-11-111-0/+1
|
* Merge pull request #2530 from MetaMask/uatChi Kei Chan2017-11-031-12/+6
|\ | | | | Merge uat into NewUI-flat
| * More lint fixesDan2017-11-021-7/+6
| |
| * Lint fixes for NewUI-flat.Dan2017-11-021-5/+0
| |
* | Fixes width of from and to dropdowns in extension and on mobile views.Dan2017-11-031-1/+1
|/
* Simply logic for rendering matching accounts in to-autocomplete dropdown.Dan2017-10-251-12/+4
|
* Style dropdown of to-autocomplete.Dan2017-10-251-27/+99
|
* Handling to and amount errors.Dan2017-10-191-5/+5
|
* [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.
* Send v2 to autocomplete.Dan2017-10-111-0/+55