Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain token prices using a background service | bitpshr | 2018-04-16 | 1 | -1/+0 |
| | |||||
* | Fetch token prices based on contract address | bitpshr | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 1 | -1/+1 |
|\ | |||||
| * | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -1/+1 |
| | | | | | | | | via a provider. | ||||
* | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -2/+2 |
| |\ | |||||
| * | | Lint fixes | Dan | 2018-03-22 | 1 | -1/+0 |
| | | | |||||
| * | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | t() call; t is just available on props. | ||||
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | | | | i18n-translator-redux | ||||
| * | | | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -2/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | Don't block user from setting gas if estimating gas returns errors. (#3627) | Dan J Miller | 2018-03-20 | 1 | -0/+1 |
| |/ | |||||
* | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 1 | -1/+0 |
|\| | |||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 1 | -1/+3 |
|\| | |||||
| * | Readjust gas fees when switching networks on the send screen | Alexander Tseung | 2018-01-17 | 1 | -0/+1 |
| | | |||||
| * | Lint fixes. | Dan | 2017-12-21 | 1 | -1/+0 |
| | | |||||
| * | Adds updateTransaction to background and used it to update after editing in ↵ | Dan | 2017-12-21 | 1 | -0/+2 |
| | | | | | | | | send-v2. | ||||
* | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -1/+6 |
|/ | |||||
* | Update max amount behaviour to meet new specs. | Dan | 2017-12-07 | 1 | -0/+1 |
| | |||||
* | Allow editing of send ether. | Dan | 2017-11-15 | 1 | -0/+2 |
| | |||||
* | Adds max amount feature for send-ether | Dan | 2017-11-07 | 1 | -0/+2 |
| | |||||
* | Token balance in send state; validating sufficient tokens, validation ↵ | Dan | 2017-11-07 | 1 | -0/+3 |
| | | | | updates on 'from' switching. | ||||
* | More lint fixes | Dan | 2017-11-02 | 1 | -4/+4 |
| | |||||
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -6/+0 |
| | |||||
* | Improve customize gas modal error handling | Dan | 2017-10-24 | 1 | -6/+2 |
| | |||||
* | Clear send state on cancelling and signing. | Dan | 2017-10-24 | 1 | -0/+1 |
| | |||||
* | Get currency from state in account details, send and confirm screens. | Dan | 2017-10-20 | 1 | -3/+5 |
| | |||||
* | Fix cancel button on send screen. | Dan | 2017-10-19 | 1 | -0/+1 |
| | |||||
* | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -0/+1 |
| | |||||
* | Move all of send state to metamask state. | Dan | 2017-10-19 | 1 | -4/+9 |
| | |||||
* | Get from and update addressBook in send-v2 | Dan | 2017-10-19 | 1 | -4/+8 |
| | |||||
* | Enable send-v2 functionality. | Dan | 2017-10-18 | 1 | -0/+5 |
| | |||||
* | Customize Gas connected to state | Dan | 2017-10-16 | 1 | -0/+4 |
| | |||||
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵ | Dan J Miller | 2017-10-14 | 1 | -0/+62 |
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. |