aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/customize-gas-modal
Commit message (Collapse)AuthorAgeFilesLines
* Insufficient balance warning in gas customizer works for send tokenDan2017-11-071-3/+1
|
* More lint fixesDan2017-11-023-13/+13
|
* Lint fixes for NewUI-flat.Dan2017-11-023-52/+50
|
* Change min gas price to 0.1 GWEIDan2017-10-271-1/+2
|
* Adds revert feature to customize gas modal.Dan2017-10-261-8/+15
|
* Add GWEI to gas price unitChi Kei Chan2017-10-251-1/+1
|
* Fix gas input styling on mobile viewChi Kei Chan2017-10-251-3/+4
|
* Improve customize gas modal error handlingDan2017-10-241-23/+121
|
* Min and default gas price, limit, total; comments out code for gas slider.Dan2017-10-202-15/+20
|
* Move all of send state to metamask state.Dan2017-10-191-1/+10
|
* Customize Gas connected to stateDan2017-10-161-13/+71
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-143-0/+196
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.