Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine pending-tx-details component into pending-tx-details | Dan Finlay | 2017-03-24 | 1 | -364/+0 |
| | | | | | | | | These were only separated originally so we could make the notification-based TX approval work, which provided its own buttons. This two templates are logically highly coupled, and keeping them working while separate has been difficult at times, and has even required resorting to dubious practices, like using React's `refs` pattern. This combines them into one fairly large component, but I think it's ok, we can still break this up into components, just not the separation that it had previously. | ||||
* | Got basic validations working | Dan Finlay | 2017-03-23 | 1 | -7/+19 |
| | |||||
* | Some progress | Dan Finlay | 2017-03-23 | 1 | -5/+13 |
| | |||||
* | Prevent submission of invalid gas parameters. | Kevin Serrano | 2017-03-02 | 1 | -1/+10 |
| | |||||
* | Various improvements to gas input. | Kevin Serrano | 2017-03-02 | 1 | -14/+4 |
| | |||||
* | Add reset button to reset gas fields. | Kevin Serrano | 2017-03-01 | 1 | -3/+11 |
| | |||||
* | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2017-03-01 | 1 | -2/+12 |
|\ | | | | | | | i765-gaslimits | ||||
| * | Gas and Gaslimit revert to default if set to 0 | Kevin Serrano | 2017-03-01 | 1 | -2/+12 |
| | | |||||
* | | Add a couple more debug logs | Dan Finlay | 2017-03-01 | 1 | -0/+1 |
|/ | |||||
* | lints | Kevin Serrano | 2017-03-01 | 1 | -3/+0 |
| | |||||
* | Remove advanced options for now. | Kevin Serrano | 2017-03-01 | 1 | -15/+4 |
| | |||||
* | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2017-03-01 | 1 | -0/+2 |
|\ | | | | | | | i765-gaslimits | ||||
| * | lint | Kevin Serrano | 2017-03-01 | 1 | -2/+4 |
| | | |||||
* | | Linted | Dan Finlay | 2017-03-01 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2017-03-01 | 1 | -4/+16 |
|\| | | | | | | | i765-gaslimits | ||||
| * | Hide gas options behind an advanced options checkbox. | Kevin Serrano | 2017-03-01 | 1 | -4/+16 |
| | | |||||
* | | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -5/+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. | ||||
* | Fix infinite loop bug | Dan Finlay | 2017-03-01 | 1 | -30/+38 |
| | |||||
* | Reorder rows for better table logic | Dan Finlay | 2017-02-28 | 1 | -32/+37 |
| | |||||
* | Emit updated tx values on accept click | Dan Finlay | 2017-02-28 | 1 | -0/+7 |
| | |||||
* | Remove unused function | Dan Finlay | 2017-02-28 | 1 | -5/+0 |
| | |||||
* | Got gas live re-estimating | Dan Finlay | 2017-02-28 | 1 | -20/+22 |
| | |||||
* | Fix merge conflicts. | Kevin Serrano | 2017-02-28 | 1 | -6/+68 |
|\ | |||||
| * | Linted | Dan Finlay | 2017-02-28 | 1 | -7/+6 |
| | | |||||
| * | Add non-working gas recalculating logic to tx-details view | Dan Finlay | 2017-02-28 | 1 | -6/+69 |
| | | |||||
* | | Further styling to get hex component working. Fix some typos. | Kevin Serrano | 2017-02-28 | 1 | -2/+12 |
|/ | |||||
* | Move input boxes into table and into details component. | Kevin Serrano | 2017-02-28 | 1 | -0/+35 |
| | |||||
* | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | Fix sorting and instances where something could be undefined | Frankie | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 1 | -10/+2 |
| | | | | pending and unaproved transactions | ||||
* | Fix tx adding code | Dan Finlay | 2016-11-30 | 1 | -25/+0 |
| | | | | | | | | | Broken in this commit: https://github.com/MetaMask/metamask-plugin/commit/bc39cd7b894ddf0f3724d4af3cfc30c2638e0939 Synchronous methods were added to an `async.waterfall` array. This commit also removes the delegate call checking, since we concluded it was misinformed. | ||||
* | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Specify base 10 in bignumber | Frankie | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | Add custom gas field to send page | Frankie | 2016-10-11 | 1 | -0/+2 |
| | |||||
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | PendingTxDetails - partially remove imagify support | kumavis | 2016-09-14 | 1 | -26/+11 |
| | |||||
* | Add fiat balances to tx conf view | Dan Finlay | 2016-09-07 | 1 | -6/+5 |
| | |||||
* | Triage a strange undefined balance error | Dan Finlay | 2016-07-16 | 1 | -1/+2 |
| | |||||
* | new tx - calculate estimatedGas and show thing in tx-details (#441) | kumavis | 2016-07-14 | 1 | -8/+7 |
| | | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog | ||||
* | Linted | Dan Finlay | 2016-07-12 | 1 | -2/+1 |
| | |||||
* | Fix imageification of recipient | Dan Finlay | 2016-07-12 | 1 | -3/+4 |
| | |||||
* | lint - dingle dangle comma tangle | kumavis | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | notif - add support for forward carrat | kumavis | 2016-07-08 | 1 | -13/+41 |
| | |||||
* | ui - remove doubled eth-balance | kumavis | 2016-07-08 | 1 | -0/+1 |
| | |||||
* | Add nickname rendering for recipient address | Dan Finlay | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -10/+36 |
| | |||||
* | Make mini account panel labels fully configurable | Dan Finlay | 2016-07-08 | 1 | -17/+41 |
| | |||||
* | Remove formatBalance.formatted references | Dan Finlay | 2016-07-08 | 1 | -4/+4 |
| | |||||
* | Correct data length calculation | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Update gas cost | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Fix sender balance rendering in pending tx details | Dan Finlay | 2016-07-07 | 1 | -1/+4 |
| | |||||
* | Fixed up pending-tx-details | Dan Finlay | 2016-07-07 | 1 | -22/+25 |
| | |||||
* | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -28/+78 |
| | |||||
* | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -15/+68 |
| | |||||
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -0/+65 |