aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
Commit message (Collapse)AuthorAgeFilesLines
* Conversion util can invert conversion rateDan2017-10-091-7/+2
|
* Query for gas estimatesChi Kei Chan2017-09-291-1/+6
|
* Fix send of USD and backspacing amount to 0Dan2017-09-291-1/+5
|
* Update the correct values in state when estimates are received.Dan2017-09-271-10/+9
|
* Gets gas and price estimates when send components mount.Dan2017-09-271-20/+13
|
* Merge branch 'NewUI-flat' into MM-57-use-gas-estimatorChi Kei Chan2017-09-261-2/+8
|\
| * Remove unnecessary trailing comma.Dan2017-09-261-1/+1
| |
| * Select all in to and from of send screens, instead of clearing on focus.Dan2017-09-261-14/+4
| |
| * Able to change selections in to and from fields of send and send token.Dan2017-09-261-2/+18
| |
* | Refactor to store estimated gas and price in local state, return promise ↵Dan2017-09-261-17/+20
| | | | | | | | from actions.
* | Estimate gasPrice and gasLimit in send screen.Dan2017-09-261-7/+47
|/
* Client side error handling for from, to and amount fields in send.jsDan2017-09-231-44/+151
|
* Clean up code in send.jsDan2017-09-221-234/+193
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-09-191-4/+9
|\
| * Add specific error message for failed address checksum.Kevin Serrano2017-09-131-0/+5
| |
* | Handle transaction totals in WEI in tx-list, send and pending.Dan2017-09-161-2/+3
| |
* | Style send ether screenChi Kei Chan2017-09-141-304/+37
| |
* | Fix send and pending.Dan2017-09-141-1/+1
| |
* | Stop setting 'currentCurrency' and use local state for active currency in ↵Dan2017-09-141-15/+13
| | | | | | | | send.js
* | Fix saving/sending of amounts in USDDan2017-09-141-3/+9
| |
* | Fixes the saving of transactions in send and display in tx-list with ↵Dan2017-09-141-1/+10
| | | | | | | | conversion utility.
* | Add buttons; handle back; add yarn.lockChi Kei Chan2017-09-121-1/+1
| |
* | Use .entries() instead of .keys(), and use more destructuring, for simpler code.Dan2017-09-061-9/+8
| |
* | Send tx working; user is taken to confirm page with correct transaction ↵Dan2017-09-061-37/+65
| | | | | | | | information.
* | Lint fixesDan2017-08-311-42/+27
| |
* | Move gas fee to a separate component.Dan2017-08-311-26/+6
| |
* | Move currency toggle to its own component.Dan2017-08-311-12/+6
| |
* | Clean up send.js and eth-balance.js with es6.Dan2017-08-311-40/+59
| |
* | Minor clean up.Dan2017-08-301-11/+6
| |
* | Center tooltip on small screen size by using flexboxDan2017-08-301-18/+17
| |
* | Use hex values only in send.js to handle limit and price; GasTooltip accepts ↵Dan2017-08-291-6/+7
| | | | | | | | and returns values as hex (allows user to enter floats)
* | Move getTaxBN and bnMultiplyByFraction to util.jsDan2017-08-291-25/+5
| |
* | Using eth balance component to ensure proper rounding.Dan2017-08-291-4/+13
| |
* | Bind SendTransactionScreen methods to this in constructor.Dan2017-08-291-9/+20
| |
* | Refactor for clean handling of tooltip close.Dan2017-08-291-6/+9
| |
* | Styles and behaviour correctDan2017-08-291-7/+44
| |
* | Fully connect gas data in send form and tooltip to state; final styling ↵Dan2017-08-261-10/+15
| | | | | | | | | | | | improvements. Fully connect gas fields in send form and tooltip to state
* | Updating current currency from send form.Dan2017-08-261-1/+15
| |
* | Tooltip closing on click outside.Dan2017-08-261-5/+6
| |
* | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent.Dan2017-08-261-3/+16
| |
* | Toggling tooltip.Dan2017-08-261-1/+13
| |
* | Add 'customize' text to gas input.Dan2017-08-261-0/+4
| |
* | Add data field to send token screensdtsui2017-08-231-1/+34
| |
* | [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs ↵sdtsui2017-08-231-12/+19
| | | | | | | | and error validation later
* | [WIP] Use hardcoded values for dispatching from signTxsdtsui2017-08-231-17/+80
| |
* | Remove border and apply background color to gas inputsdtsui2017-08-231-2/+10
| |
* | Add layout and props for send screen inputssdtsui2017-08-231-11/+66
| |
* | [WIP] - Styling Send Screen - Need to bring in data contract for signTxsdtsui2017-08-231-141/+29
| |
* | [WIP] Tweak Send Screen Stylessdtsui2017-08-221-11/+4
| |
* | Cleanup send, move send token into separate func to make room for send ETHsdtsui2017-08-031-35/+219
| |
* | Add rounded background to total token, with minor styling tweakssdtsui2017-07-301-2/+2
| |
* | Clean up send screensdtsui2017-07-301-2/+6
| |
* | Center action buttons, add minor style adjustmentssdtsui2017-07-301-18/+30
| |
* | Center send token content; hook up 'Next' and 'Cancel' buttonssdtsui2017-07-301-159/+191
| |
* | Add high-level css layout for Send Tokensdtsui2017-07-301-23/+78
| |
* | Add responsive container; add send token copysdtsui2017-07-301-93/+46
| |
* | Add token logo to send screensdtsui2017-07-301-2/+22
| |
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+288
| |
* | Make folder for responsive UIDan Finlay2017-07-041-288/+0
|/
* Merge pull request #1681 from MetaMask/AddressStrippingDan Finlay2017-06-281-1/+1
|\ | | | | Remove trailing periods and whitespace
| * Remove trailing periods and white spaceThomas Huang2017-06-281-1/+1
| |
* | Rename Send to NextThomas Huang2017-06-281-1/+1
|/
* Fix fiat renderingDan Finlay2017-05-171-0/+3
| | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used.
* lint - mandatory danglekumavis2017-05-161-1/+1
| | | :stuck_out_tongue:
* ui - send - clean props assignmentkumavis2017-05-161-8/+10
|
* Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-8/+11
| | | | For better unit testability of the conf-tx view.
* Allow for adding recently used addresses to address book.Kevin Serrano2017-03-101-2/+11
|
* Display owned addresses in datalist.Kevin Serrano2017-03-101-0/+2
|
* Add ens recognition to send form inputDan Finlay2017-03-011-5/+12
| | | | | | | | Attempts to lookup `.eth` addresses on ENS. Is currently failing. I've written an isolation example of the problem here: https://github.com/flyswatter/ens-test
* LintedDan Finlay2017-03-011-2/+0
|
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-70/+1
| | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter.
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+1
|
* Fix up wordingFrankie2016-10-201-1/+1
|
* Add valdations to txData paramFrankie2016-10-201-0/+6
|
* Create callback and Clean-up detailsFrankie2016-10-141-1/+1
|
* fix spellingFrankie2016-10-141-4/+2
|
* Fix gasPrice rangeFrankie2016-10-141-1/+2
|
* Add custom gas field to send pageFrankie2016-10-111-33/+113
|
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-131-3/+3
|
* Camelcase dataset key for reactDan Finlay2016-09-111-3/+3
|
* Add fiat balances to tx conf viewDan Finlay2016-09-071-3/+2
|
* Skip loading indication from send screenDan Finlay2016-09-021-1/+0
|
* Persist send tx form field valuesDan Finlay2016-08-261-5/+14
|
* Fix typoThibaut SCHAEFFER2016-07-181-1/+1
|
* Fix it so you cant send a negitavie amount of ETHFrankie2016-06-281-1/+5
|
* send-tx remove account select buttonkumavis2016-06-251-5/+3
|
* Manually lintedDan Finlay2016-06-221-3/+3
|
* Auto lintedDan Finlay2016-06-221-11/+10
|
* Allow empty recipient fields on txDan Finlay2016-05-201-1/+1
|
* Add full precision to send tx value field.Dan Finlay2016-05-201-2/+2
|
* Increase send value precisionDan Finlay2016-05-201-1/+1
|
* Add address capitalization checksummingDan Finlay2016-05-201-1/+1
|
* Allow txs with no recipient when they have a data fieldDan Finlay2016-05-201-9/+9
|
* Merge pull request #189 from MetaMask/hotfixsendTxDan Finlay2016-05-191-10/+15
|\ | | | | ui - sendTx - re-add warning and fix form parsing
| * ui - sendTx - re-add warning and fix form parsingkumavis2016-05-191-10/+15
| |
* | ui - redesign - ether amount componentkumavis2016-05-191-2/+5
|/
* ui - redesign - sendTransactionkumavis2016-05-191-46/+134
|
* ui - redesign - sendkumavis2016-05-141-1/+4
|
* Fix send view selected account bugDan Finlay2016-05-121-1/+1
|
* Fix floating point input bugDan Finlay2016-04-201-3/+5
| | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working.
* Improve some UI formattingDan Finlay2016-04-201-1/+1
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+139