aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send-v2.js
Commit message (Collapse)AuthorAgeFilesLines
* Update max amount behaviour to meet new specs.Dan2017-12-071-14/+10
|
* Allow editing of token transactions.Dan2017-11-151-3/+4
|
* Fix lint errors.Dan2017-11-151-3/+1
|
* Allow editing of send ether.Dan2017-11-151-17/+37
|
* LintingThomas Huang2017-11-111-3/+3
|
* Calculate max amount for send ether based on minimum gas total.Dan2017-11-081-2/+1
|
* Fix amount max for sending token.Dan2017-11-081-3/+5
|
* Add currency-input component to correct send amount behaviour and move ↵Dan2017-11-081-4/+2
| | | | currency display value state to parent component.
* Lint fixes.Dan2017-11-071-10/+1
|
* Allow sending 0 eth or tokensDan2017-11-071-3/+3
|
* Adds max amount feature for send tokenDan2017-11-071-5/+12
|
* Adds max amount feature for send-etherDan2017-11-071-1/+38
|
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-071-23/+108
| | | | updates on 'from' switching.
* More lint fixesDan2017-11-021-4/+4
|
* Lint fixes for NewUI-flat.Dan2017-11-021-8/+0
|
* From and To field cannot be the sameChi Kei Chan2017-10-251-2/+8
|
* Remove memo inputChi Kei Chan2017-10-251-3/+11
|
* Merge pull request #2435 from danjm/NewUI-flat-disable-send-next-in-errorChi Kei Chan2017-10-251-8/+3
|\ | | | | [NewUI] Disable Send-v2 next button when form is in error
| * Merge branch 'NewUI-flat' into NewUI-flat-disable-send-next-in-errorDaniel Tsui2017-10-241-21/+12
| |\
| * | Disable send-v2 next button if in errorDan2017-10-241-3/+10
| | |
* | | Style dropdown of to-autocomplete.Dan2017-10-251-10/+14
| |/ |/|
* | Use classnames library and disabled attribute on 'Next' button in send-v2Dan2017-10-241-3/+8
| |
* | Improve customize gas modal error handlingDan2017-10-241-21/+12
| |
* | Disable send-v2 next button if in errorDan2017-10-241-3/+10
|/
* Clear send state on cancelling and signing.Dan2017-10-241-2/+8
|
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-3/+4
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-2/+4
|
* Min and default gas price, limit, total; comments out code for gas slider.Dan2017-10-201-3/+4
|
* Amount field shows insufficient funds error based on amoutn + gas total.Dan2017-10-201-3/+14
|
* Fixes mobile styling.Dan2017-10-201-44/+61
|
* Handling to and amount errors.Dan2017-10-191-8/+89
|
* Move all of send state to metamask state.Dan2017-10-191-42/+34
|
* Get from and update addressBook in send-v2Dan2017-10-191-4/+15
|
* Breaks send-v2 down into renderable functions.Dan2017-10-191-102/+159
|
* Enable send-v2 functionality.Dan2017-10-181-2/+37
|
* Customize Gas connected to stateDan2017-10-161-8/+4
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-57/+146
| | | | | | | | | | | | | | | | | | 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.
* Adds amount and gas field to sendV2.Dan2017-10-131-7/+48
|
* Send v2 to autocomplete.Dan2017-10-111-2/+23
|
* Refactor 'rendersingleidentity' to a stand alone account-list-item component.Dan2017-10-101-6/+5
|
* UI for readonly from component. From dropdown opening and closing. Mockdata.Dan2017-10-101-1/+37
|
* UI for send screen container without form rows.Dan2017-10-091-0/+61