aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send-v2.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | cb-254
| * 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
|\| | | | | | | cb-254
| * 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 ↵Dan2018-03-281-10/+3
| | | | | | | | | | | | | | | | messages for user.
* | | | 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 ↵Dan2018-03-291-14/+19
| | |/ | |/| | | | | | | via a provider.
* | | 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.
| | * | 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 ↵Dan2018-03-221-14/+13
| | | | | | | | | | | | | | | | t() call; t is just available on props.
* | | | 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 styles
| | * | | 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 screen
| | * 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 txParams
| | | * 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.
| | * 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 ↵Alexander Tseung2018-02-091-54/+12
|\| | | | | | | into cb-254
| * 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
| | | | | | | | | | | | * Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send. * Fix variable name.
| * 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
| | | | | | | | | | | | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file.
| * 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 ↵Dan2017-12-211-16/+62
| | | | | | | | send-v2.
* | 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 ↵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