Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused files from ui folder. (#3577) | anticlimactic | 2018-03-19 | 1 | -547/+0 |
| | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui. | ||||
* | More lint fixes | Dan | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -547/+547 |
| | |||||
* | Conversion util can invert conversion rate | Dan | 2017-10-09 | 1 | -7/+2 |
| | |||||
* | Query for gas estimates | Chi Kei Chan | 2017-09-29 | 1 | -1/+6 |
| | |||||
* | Fix send of USD and backspacing amount to 0 | Dan | 2017-09-29 | 1 | -1/+5 |
| | |||||
* | Update the correct values in state when estimates are received. | Dan | 2017-09-27 | 1 | -10/+9 |
| | |||||
* | Gets gas and price estimates when send components mount. | Dan | 2017-09-27 | 1 | -20/+13 |
| | |||||
* | Merge branch 'NewUI-flat' into MM-57-use-gas-estimator | Chi Kei Chan | 2017-09-26 | 1 | -2/+8 |
|\ | |||||
| * | Remove unnecessary trailing comma. | Dan | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Select all in to and from of send screens, instead of clearing on focus. | Dan | 2017-09-26 | 1 | -14/+4 |
| | | |||||
| * | Able to change selections in to and from fields of send and send token. | Dan | 2017-09-26 | 1 | -2/+18 |
| | | |||||
* | | Refactor to store estimated gas and price in local state, return promise ↵ | Dan | 2017-09-26 | 1 | -17/+20 |
| | | | | | | | | from actions. | ||||
* | | Estimate gasPrice and gasLimit in send screen. | Dan | 2017-09-26 | 1 | -7/+47 |
|/ | |||||
* | Client side error handling for from, to and amount fields in send.js | Dan | 2017-09-23 | 1 | -44/+151 |
| | |||||
* | Clean up code in send.js | Dan | 2017-09-22 | 1 | -234/+193 |
| | |||||
* | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-09-19 | 1 | -4/+9 |
|\ | |||||
| * | Add specific error message for failed address checksum. | Kevin Serrano | 2017-09-13 | 1 | -0/+5 |
| | | |||||
* | | Handle transaction totals in WEI in tx-list, send and pending. | Dan | 2017-09-16 | 1 | -2/+3 |
| | | |||||
* | | Style send ether screen | Chi Kei Chan | 2017-09-14 | 1 | -304/+37 |
| | | |||||
* | | Fix send and pending. | Dan | 2017-09-14 | 1 | -1/+1 |
| | | |||||
* | | Stop setting 'currentCurrency' and use local state for active currency in ↵ | Dan | 2017-09-14 | 1 | -15/+13 |
| | | | | | | | | send.js | ||||
* | | Fix saving/sending of amounts in USD | Dan | 2017-09-14 | 1 | -3/+9 |
| | | |||||
* | | Fixes the saving of transactions in send and display in tx-list with ↵ | Dan | 2017-09-14 | 1 | -1/+10 |
| | | | | | | | | conversion utility. | ||||
* | | Add buttons; handle back; add yarn.lock | Chi Kei Chan | 2017-09-12 | 1 | -1/+1 |
| | | |||||
* | | Use .entries() instead of .keys(), and use more destructuring, for simpler code. | Dan | 2017-09-06 | 1 | -9/+8 |
| | | |||||
* | | Send tx working; user is taken to confirm page with correct transaction ↵ | Dan | 2017-09-06 | 1 | -37/+65 |
| | | | | | | | | information. | ||||
* | | Lint fixes | Dan | 2017-08-31 | 1 | -42/+27 |
| | | |||||
* | | Move gas fee to a separate component. | Dan | 2017-08-31 | 1 | -26/+6 |
| | | |||||
* | | Move currency toggle to its own component. | Dan | 2017-08-31 | 1 | -12/+6 |
| | | |||||
* | | Clean up send.js and eth-balance.js with es6. | Dan | 2017-08-31 | 1 | -40/+59 |
| | | |||||
* | | Minor clean up. | Dan | 2017-08-30 | 1 | -11/+6 |
| | | |||||
* | | Center tooltip on small screen size by using flexbox | Dan | 2017-08-30 | 1 | -18/+17 |
| | | |||||
* | | Use hex values only in send.js to handle limit and price; GasTooltip accepts ↵ | Dan | 2017-08-29 | 1 | -6/+7 |
| | | | | | | | | and returns values as hex (allows user to enter floats) | ||||
* | | Move getTaxBN and bnMultiplyByFraction to util.js | Dan | 2017-08-29 | 1 | -25/+5 |
| | | |||||
* | | Using eth balance component to ensure proper rounding. | Dan | 2017-08-29 | 1 | -4/+13 |
| | | |||||
* | | Bind SendTransactionScreen methods to this in constructor. | Dan | 2017-08-29 | 1 | -9/+20 |
| | | |||||
* | | Refactor for clean handling of tooltip close. | Dan | 2017-08-29 | 1 | -6/+9 |
| | | |||||
* | | Styles and behaviour correct | Dan | 2017-08-29 | 1 | -7/+44 |
| | | |||||
* | | Fully connect gas data in send form and tooltip to state; final styling ↵ | Dan | 2017-08-26 | 1 | -10/+15 |
| | | | | | | | | | | | | improvements. Fully connect gas fields in send form and tooltip to state | ||||
* | | Updating current currency from send form. | Dan | 2017-08-26 | 1 | -1/+15 |
| | | |||||
* | | Tooltip closing on click outside. | Dan | 2017-08-26 | 1 | -5/+6 |
| | | |||||
* | | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. | Dan | 2017-08-26 | 1 | -3/+16 |
| | | |||||
* | | Toggling tooltip. | Dan | 2017-08-26 | 1 | -1/+13 |
| | | |||||
* | | Add 'customize' text to gas input. | Dan | 2017-08-26 | 1 | -0/+4 |
| | | |||||
* | | Add data field to send token screen | sdtsui | 2017-08-23 | 1 | -1/+34 |
| | | |||||
* | | [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs ↵ | sdtsui | 2017-08-23 | 1 | -12/+19 |
| | | | | | | | | and error validation later | ||||
* | | [WIP] Use hardcoded values for dispatching from signTx | sdtsui | 2017-08-23 | 1 | -17/+80 |
| | | |||||
* | | Remove border and apply background color to gas input | sdtsui | 2017-08-23 | 1 | -2/+10 |
| | | |||||
* | | Add layout and props for send screen inputs | sdtsui | 2017-08-23 | 1 | -11/+66 |
| | | |||||
* | | [WIP] - Styling Send Screen - Need to bring in data contract for signTx | sdtsui | 2017-08-23 | 1 | -141/+29 |
| | | |||||
* | | [WIP] Tweak Send Screen Styles | sdtsui | 2017-08-22 | 1 | -11/+4 |
| | | |||||
* | | Cleanup send, move send token into separate func to make room for send ETH | sdtsui | 2017-08-03 | 1 | -35/+219 |
| | | |||||
* | | Add rounded background to total token, with minor styling tweaks | sdtsui | 2017-07-30 | 1 | -2/+2 |
| | | |||||
* | | Clean up send screen | sdtsui | 2017-07-30 | 1 | -2/+6 |
| | | |||||
* | | Center action buttons, add minor style adjustments | sdtsui | 2017-07-30 | 1 | -18/+30 |
| | | |||||
* | | Center send token content; hook up 'Next' and 'Cancel' buttons | sdtsui | 2017-07-30 | 1 | -159/+191 |
| | | |||||
* | | Add high-level css layout for Send Token | sdtsui | 2017-07-30 | 1 | -23/+78 |
| | | |||||
* | | Add responsive container; add send token copy | sdtsui | 2017-07-30 | 1 | -93/+46 |
| | | |||||
* | | Add token logo to send screen | sdtsui | 2017-07-30 | 1 | -2/+22 |
| | | |||||
* | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+288 |
| | | |||||
* | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -288/+0 |
|/ | |||||
* | Merge pull request #1681 from MetaMask/AddressStripping | Dan Finlay | 2017-06-28 | 1 | -1/+1 |
|\ | | | | | Remove trailing periods and whitespace | ||||
| * | Remove trailing periods and white space | Thomas Huang | 2017-06-28 | 1 | -1/+1 |
| | | |||||
* | | Rename Send to Next | Thomas Huang | 2017-06-28 | 1 | -1/+1 |
|/ | |||||
* | Fix fiat rendering | Dan Finlay | 2017-05-17 | 1 | -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 dangle | kumavis | 2017-05-16 | 1 | -1/+1 |
| | | | :stuck_out_tongue: | ||||
* | ui - send - clean props assignment | kumavis | 2017-05-16 | 1 | -8/+10 |
| | |||||
* | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 1 | -8/+11 |
| | | | | For better unit testability of the conf-tx view. | ||||
* | Allow for adding recently used addresses to address book. | Kevin Serrano | 2017-03-10 | 1 | -2/+11 |
| | |||||
* | Display owned addresses in datalist. | Kevin Serrano | 2017-03-10 | 1 | -0/+2 |
| | |||||
* | Add ens recognition to send form input | Dan Finlay | 2017-03-01 | 1 | -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 | ||||
* | Linted | Dan Finlay | 2017-03-01 | 1 | -2/+0 |
| | |||||
* | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -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 selectedAddress | kumavis | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | Fix up wording | Frankie | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Add valdations to txData param | Frankie | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Create callback and Clean-up details | Frankie | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | fix spelling | Frankie | 2016-10-14 | 1 | -4/+2 |
| | |||||
* | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -1/+2 |
| | |||||
* | Add custom gas field to send page | Frankie | 2016-10-11 | 1 | -33/+113 |
| | |||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 1 | -3/+3 |
| | |||||
* | Camelcase dataset key for react | Dan Finlay | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | Add fiat balances to tx conf view | Dan Finlay | 2016-09-07 | 1 | -3/+2 |
| | |||||
* | Skip loading indication from send screen | Dan Finlay | 2016-09-02 | 1 | -1/+0 |
| | |||||
* | Persist send tx form field values | Dan Finlay | 2016-08-26 | 1 | -5/+14 |
| | |||||
* | Fix typo | Thibaut SCHAEFFER | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Fix it so you cant send a negitavie amount of ETH | Frankie | 2016-06-28 | 1 | -1/+5 |
| | |||||
* | send-tx remove account select button | kumavis | 2016-06-25 | 1 | -5/+3 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -11/+10 |
| | |||||
* | Allow empty recipient fields on tx | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Allow txs with no recipient when they have a data field | Dan Finlay | 2016-05-20 | 1 | -9/+9 |
| | |||||
* | Merge pull request #189 from MetaMask/hotfixsendTx | Dan Finlay | 2016-05-19 | 1 | -10/+15 |
|\ | | | | | ui - sendTx - re-add warning and fix form parsing | ||||
| * | ui - sendTx - re-add warning and fix form parsing | kumavis | 2016-05-19 | 1 | -10/+15 |
| | | |||||
* | | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -2/+5 |
|/ | |||||
* | ui - redesign - sendTransaction | kumavis | 2016-05-19 | 1 | -46/+134 |
| | |||||
* | ui - redesign - send | kumavis | 2016-05-14 | 1 | -1/+4 |
| | |||||
* | Fix send view selected account bug | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -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 formatting | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+139 |