Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding one or more tokens sets the selected token before returning the user ↵ | Dan J Miller | 2018-01-17 | 1 | -0/+5 |
| | | | | to the main screen. (#2995) | ||||
* | Merge branch 'NewUI-flat' into NewUI-flat-4.0.5c | Alexander Tseung | 2018-01-04 | 1 | -0/+40 |
|\ | |||||
| * | Client side error handling for from, to and amount fields in send.js | Dan | 2017-09-23 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-09-19 | 1 | -0/+7 |
| |\ | |||||
| * \ | Merge branch 'master' into nm | Chi Kei Chan | 2017-09-19 | 1 | -0/+16 |
| |\ \ | |||||
| * | | | Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate | Chi Kei Chan | 2017-09-14 | 1 | -0/+6 |
| | | | | |||||
| * | | | Add token exchange rates | Chi Kei Chan | 2017-09-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Lint fixes | Dan | 2017-08-31 | 1 | -6/+5 |
| | | | | |||||
| * | | | Use hex values only in send.js to handle limit and price; GasTooltip accepts ↵ | Dan | 2017-08-29 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | and returns values as hex (allows user to enter floats) | ||||
| * | | | Move getTaxBN and bnMultiplyByFraction to util.js | Dan | 2017-08-29 | 1 | -0/+24 |
| | | | | |||||
| * | | | Render TxListItem component from real data: address, identicon, status, ETH ↵ | sdtsui | 2017-08-23 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | value | ||||
| * | | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+217 |
| | | | | |||||
| * | | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -217/+0 |
| | | | | |||||
* | | | | Add backend fix for util in normalizeethstringtowei. | Kevin Serrano | 2017-12-28 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Check if all lower or upper before doing checksum. | Kevin Serrano | 2017-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | Add specific error message for failed address checksum. | Kevin Serrano | 2017-09-13 | 1 | -0/+7 |
| |/ |/| | |||||
* | | Move function as util function. | Kevin Serrano | 2017-09-12 | 1 | -0/+16 |
|/ | |||||
* | move address check to util.isValidAddress | frankiebee | 2017-06-06 | 1 | -0/+1 |
| | |||||
* | Change regex in isHex function | Frankie | 2016-10-22 | 1 | -4/+1 |
| | |||||
* | clean up the isHex function | Frankie | 2016-10-22 | 1 | -3/+4 |
| | |||||
* | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+1 |
| | |||||
* | Add valdations to txData param | Frankie | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Fix issue where if given a balance that does not need to be parsed will not ↵ | Frankie | 2016-08-20 | 1 | -2/+2 |
| | | | | be parsed | ||||
* | Lint and changelog. | Kevin Serrano | 2016-08-19 | 1 | -2/+2 |
| | |||||
* | Fix rounding issues. | Kevin Serrano | 2016-08-19 | 1 | -6/+11 |
| | |||||
* | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Add fix for zero balance shorten. | Kevin Serrano | 2016-08-08 | 1 | -0/+2 |
| | |||||
* | Readd string to conform to tests. Will discuss later. | Kevin Serrano | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | Remove unused None string. | Kevin Serrano | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | Add eslint config to pass tests | Aust | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Make zero balance display 0. Fixes #449 | Aust | 2016-07-18 | 1 | -1/+5 |
| | |||||
* | Fix eth balance tooltip to show 6 decimals (#440) | Frankie | 2016-07-14 | 1 | -2/+6 |
| | | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log | ||||
* | Integrate changes back into eth-balance | Kevin Serrano | 2016-07-12 | 1 | -6/+10 |
| | |||||
* | Move shorten balance to util. Add as property of generateBalance object output. | Kevin Serrano | 2016-07-12 | 1 | -2/+17 |
| | |||||
* | Remove unused functions. Readd if necessary. | Kevin Serrano | 2016-07-12 | 1 | -18/+4 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -0/+12 |
|\ | | | | | | | ConfirmationStyle | ||||
| * | Change function name to generateBalanceObject | Frankie | 2016-07-08 | 1 | -2/+2 |
| | | |||||
| * | Add method to deal with small decimals and create the object for eth-balance ↵ | Frankie | 2016-07-08 | 1 | -0/+12 |
| | | | | | | | | component | ||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -20/+13 |
|\| | |||||
| * | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -20/+13 |
| | | |||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
|\| | |||||
| * | Handle to small of balances with "<0.00001" | Frankie | 2016-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -1/+2 |
| | | |||||
* | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 1 | -13/+20 |
|\| | |||||
| * | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -13/+20 |
| | | |||||
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -2/+12 |
| | | |||||
* | | Simplify empty account balance rendering | Dan Finlay | 2016-07-06 | 1 | -1/+1 |
|/ | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -10/+7 |
|\ | |||||
| * | tweek | Zac Mitton | 2016-06-21 | 1 | -1/+0 |
| | | |||||
| * | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -10/+8 |
| | | |||||
* | | Auto linted | Dan Finlay | 2016-06-22 | 1 | -44/+43 |
|/ | |||||
* | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -16/+28 |
| | |||||
* | Allow empty recipient fields on tx | Dan Finlay | 2016-05-20 | 1 | -0/+2 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -0/+15 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -1/+15 |
| | |||||
* | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -5/+20 |
| | |||||
* | Removed logs | Dan Finlay | 2016-04-20 | 1 | -2/+0 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -3/+11 |
| | | | | | | 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. | ||||
* | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | ui - util - fixes#110 formatBalance | kumavis | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Fix eth resolution | Dan Finlay | 2016-04-15 | 1 | -2/+7 |
| | | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+102 |