aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send-v2.js
Commit message (Expand)AuthorAgeFilesLines
* Wraps calls to symbol() and decimals() in try catchDan2018-04-281-1/+1
* Maintain token prices using a background servicebitpshr2018-04-161-11/+0
* Fetch token prices based on contract addressbitpshr2018-04-161-4/+4
* Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-061-1/+6
|\
| * Fix populating txParams with undefined dataAlexander Tseung2018-04-061-1/+6
* | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ...Alexander Tseung2018-04-061-3/+0
|\|
| * Allow from and to address to be the same in new-ui.Dan2018-04-051-3/+0
* | Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-10/+7
|\|
| * Ensure txParams are prefixed with 0x when sending.Dan2018-04-031-0/+4
| * Merge branch 'master' into i3471-checkbalanceonconfirmscreenDan2018-03-301-14/+19
| |\
| * \ Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-281-15/+16
| |\ \
| * | | Checking for sufficient balance in confirm ether screen; includes error messa...Dan2018-03-281-10/+3
* | | | Refactor onboarding flowAlexander Tseung2018-04-021-3/+3
* | | | Fix merge conflictsAlexander Tseung2018-03-311-14/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-14/+19
| | |/ | |/|
* | | Fix i18n merge conflictsAlexander Tseung2018-03-301-16/+17
|\| |
| * | Merge pull request #3742 from danjm/i3705-prefix-to-address-with-0xkumavis2018-03-281-1/+3
| |\ \
| | * | Prefixes to addresses with 0x before sending.Dan2018-03-271-1/+3
| | |/
| * | Merge branch 'master' into i18n-translator-reduxDan2018-03-271-10/+14
| |\|
| * | Merge branch 'master' into i18n-translator-reduxDan2018-03-221-7/+8
| |\ \
| * | | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-14/+13
* | | | Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-291-2/+2
* | | | Fix merge conflictsAlexander Tseung2018-03-271-42/+64
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #3721 from alextsg/cb-944Dan Finlay2018-03-271-2/+2
| |\ \ \
| | * | | Update button stylesAlexander Tseung2018-03-261-2/+2
| | | |/ | | |/|
| * / | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-261-8/+12
| |/ /
| * | Merge pull request #3624 from alextsg/cb-941kumavis2018-03-211-7/+8
| |\ \ | | |/ | |/|
| | * Update confirm transaction screenAlexander Tseung2018-03-211-7/+8
| * | Merge branch 'master' into i3571-CompleteI18nTemplatesThomas2018-03-211-0/+9
| |\ \
| | * \ Merge pull request #3623 from MetaMask/i#3554kumavis2018-03-211-0/+2
| | |\ \ | | | |/ | | |/|
| | | * new-ui - dont exclude `txParams.data` when editing and updating txParamsfrankiebee2018-03-201-0/+2
| | * | Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-201-0/+7
| | |/
| * / Add send screen templateDan Finlay2018-03-201-15/+15
| |/
| * Merge pull request #3446 from danjm/NewUI-handle-token-balance-on-editDan Finlay2018-03-071-3/+7
| |\
| | * Gracefully handle null token balance in new ui send.Dan2018-03-061-3/+7
| * | Prevent user from selecting max amount until there is an estimated gas total.Dan2018-03-061-2/+3
| |/
| * Send screen style updates. (#3234)Dan J Miller2018-02-131-5/+8
* | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-091-54/+12
|\|
| * Update modal header design on send screen (#3196)Alexander Tseung2018-02-071-54/+12
* | Fix lint errorsAlexander Tseung2018-02-021-2/+2
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-65/+127
|\|
| * [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-181-25/+22
| * Readjust gas fees when switching networks on the send screenAlexander Tseung2018-01-171-22/+43
| * Fix lint errorsAlexander Tseung2018-01-121-1/+0
| * Update styling for buttons, font weightsAlexander Tseung2018-01-121-2/+3
| * [NewUI] Fixes tests and sends user to NewUI after registering. (#2788)Dan J Miller2017-12-221-1/+1
| * Clone transaction while editing instead of mutating object from state.Dan2017-12-211-6/+7
| * Add constanst for token transfer function signature.Dan2017-12-211-1/+2
| * Lint fixes.Dan2017-12-211-2/+0
| * Adds updateTransaction to background and used it to update after editing in s...Dan2017-12-211-16/+62
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-3/+7
|/
* 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 curren...Dan2017-11-081-4/+2
* 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 updates...Dan2017-11-071-23/+108
* 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
|\
| * 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 state...Dan J Miller2017-10-141-57/+146
* 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