Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -2/+8 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -3/+3 |
| | | | | t() call; t is just available on props. | ||||
* | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -2/+2 |
| | |||||
* | i18n - load locales manually | kumavis | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 1 | -2/+1 |
| | |||||
* | Cursor pointer and hover background on from and to dropdown items. | Dan | 2017-11-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2530 from MetaMask/uat | Chi Kei Chan | 2017-11-03 | 1 | -12/+6 |
|\ | | | | | Merge uat into NewUI-flat | ||||
| * | More lint fixes | Dan | 2017-11-02 | 1 | -7/+6 |
| | | |||||
| * | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -5/+0 |
| | | |||||
* | | Fixes width of from and to dropdowns in extension and on mobile views. | Dan | 2017-11-03 | 1 | -1/+1 |
|/ | |||||
* | Simply logic for rendering matching accounts in to-autocomplete dropdown. | Dan | 2017-10-25 | 1 | -12/+4 |
| | |||||
* | Style dropdown of to-autocomplete. | Dan | 2017-10-25 | 1 | -27/+99 |
| | |||||
* | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -5/+5 |
| | |||||
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵ | Dan J Miller | 2017-10-14 | 1 | -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. | Dan | 2017-10-11 | 1 | -0/+55 |