aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-v2-container.js
Commit message (Collapse)AuthorAgeFilesLines
* Delete dead send code.Dan2018-05-011-94/+0
|
* Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-301-2/+7
|
* Maintain token prices using a background servicebitpshr2018-04-161-1/+0
|
* Fetch token prices based on contract addressbitpshr2018-04-161-1/+1
|
* Fix merge conflictsAlexander Tseung2018-03-311-1/+1
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-1/+1
| | | | | | | | via a provider.
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-1/+1
|\|
| * Merge branch 'master' into i18n-translator-reduxDan2018-03-271-2/+2
| |\
| * | Lint fixesDan2018-03-221-1/+0
| | |
| * | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-0/+1
| | | | | | | | | | | | t() call; t is just available on props.
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-0/+1
| |\ \ | | | | | | | | | | | | i18n-translator-redux
| * | | Handle i18n with redux.Dan2018-03-161-1/+1
| | | |
* | | | Fix merge conflictsAlexander Tseung2018-03-271-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-261-2/+2
| | |/ | |/|
| * | Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-201-0/+1
| |/
* | Fix merge conflicts from uat-nextAlexander Tseung2018-02-011-1/+0
|\|
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-1/+3
|\|
| * Readjust gas fees when switching networks on the send screenAlexander Tseung2018-01-171-0/+1
| |
| * Lint fixes.Dan2017-12-211-1/+0
| |
| * Adds updateTransaction to background and used it to update after editing in ↵Dan2017-12-211-0/+2
| | | | | | | | send-v2.
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-1/+6
|/
* Update max amount behaviour to meet new specs.Dan2017-12-071-0/+1
|
* Allow editing of send ether.Dan2017-11-151-0/+2
|
* Adds max amount feature for send-etherDan2017-11-071-0/+2
|
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-071-0/+3
| | | | updates on 'from' switching.
* More lint fixesDan2017-11-021-4/+4
|
* Lint fixes for NewUI-flat.Dan2017-11-021-6/+0
|
* Improve customize gas modal error handlingDan2017-10-241-6/+2
|
* Clear send state on cancelling and signing.Dan2017-10-241-0/+1
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-3/+5
|
* Fix cancel button on send screen.Dan2017-10-191-0/+1
|
* Handling to and amount errors.Dan2017-10-191-0/+1
|
* Move all of send state to metamask state.Dan2017-10-191-4/+9
|
* Get from and update addressBook in send-v2Dan2017-10-191-4/+8
|
* Enable send-v2 functionality.Dan2017-10-181-0/+5
|
* Customize Gas connected to stateDan2017-10-161-0/+4
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-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.