aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-v2-container.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.