aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx-details.js
Commit message (Collapse)AuthorAgeFilesLines
* Combine pending-tx-details component into pending-tx-detailsDan Finlay2017-03-241-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 workingDan Finlay2017-03-231-7/+19
|
* Some progressDan Finlay2017-03-231-5/+13
|
* Prevent submission of invalid gas parameters.Kevin Serrano2017-03-021-1/+10
|
* Various improvements to gas input.Kevin Serrano2017-03-021-14/+4
|
* Add reset button to reset gas fields.Kevin Serrano2017-03-011-3/+11
|
* Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2017-03-011-2/+12
|\ | | | | | | i765-gaslimits
| * Gas and Gaslimit revert to default if set to 0Kevin Serrano2017-03-011-2/+12
| |
* | Add a couple more debug logsDan Finlay2017-03-011-0/+1
|/
* lintsKevin Serrano2017-03-011-3/+0
|
* Remove advanced options for now.Kevin Serrano2017-03-011-15/+4
|
* Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2017-03-011-0/+2
|\ | | | | | | i765-gaslimits
| * lintKevin Serrano2017-03-011-2/+4
| |
* | LintedDan Finlay2017-03-011-2/+2
| |
* | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2017-03-011-4/+16
|\| | | | | | | i765-gaslimits
| * Hide gas options behind an advanced options checkbox.Kevin Serrano2017-03-011-4/+16
| |
* | Remove gasMultiplier txMeta paramDan Finlay2017-03-011-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 bugDan Finlay2017-03-011-30/+38
|
* Reorder rows for better table logicDan Finlay2017-02-281-32/+37
|
* Emit updated tx values on accept clickDan Finlay2017-02-281-0/+7
|
* Remove unused functionDan Finlay2017-02-281-5/+0
|
* Got gas live re-estimatingDan Finlay2017-02-281-20/+22
|
* Fix merge conflicts.Kevin Serrano2017-02-281-6/+68
|\
| * LintedDan Finlay2017-02-281-7/+6
| |
| * Add non-working gas recalculating logic to tx-details viewDan Finlay2017-02-281-6/+69
| |
* | Further styling to get hex component working. Fix some typos.Kevin Serrano2017-02-281-2/+12
|/
* Move input boxes into table and into details component.Kevin Serrano2017-02-281-0/+35
|
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+1
|
* Fix sorting and instances where something could be undefinedFrankie2017-01-121-2/+2
|
* Take some of the tx Logic out of the UI and create a visble state for ↵Frankie2017-01-121-10/+2
| | | | pending and unaproved transactions
* Fix tx adding codeDan Finlay2016-11-301-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 Serrano2016-11-221-1/+1
|
* Specify base 10 in bignumberFrankie2016-10-141-1/+1
|
* Fix gasPrice rangeFrankie2016-10-141-2/+2
|
* Add custom gas field to send pageFrankie2016-10-111-0/+2
|
* Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-2/+2
|
* PendingTxDetails - partially remove imagify supportkumavis2016-09-141-26/+11
|
* Add fiat balances to tx conf viewDan Finlay2016-09-071-6/+5
|
* Triage a strange undefined balance errorDan Finlay2016-07-161-1/+2
|
* new tx - calculate estimatedGas and show thing in tx-details (#441)kumavis2016-07-141-8/+7
| | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog
* LintedDan Finlay2016-07-121-2/+1
|
* Fix imageification of recipientDan Finlay2016-07-121-3/+4
|
* lint - dingle dangle comma tanglekumavis2016-07-081-1/+1
|
* notif - add support for forward carratkumavis2016-07-081-13/+41
|
* ui - remove doubled eth-balancekumavis2016-07-081-0/+1
|
* Add nickname rendering for recipient addressDan Finlay2016-07-081-1/+1
|
* Implement tx confirmation style refinementsDan Finlay2016-07-081-10/+36
|
* Make mini account panel labels fully configurableDan Finlay2016-07-081-17/+41
|
* Remove formatBalance.formatted referencesDan Finlay2016-07-081-4/+4
|
* Correct data length calculationDan Finlay2016-07-071-1/+1
|
* Update gas costDan Finlay2016-07-071-1/+1
|
* Fix sender balance rendering in pending tx detailsDan Finlay2016-07-071-1/+4
|
* Fixed up pending-tx-detailsDan Finlay2016-07-071-22/+25
|
* Fleshed out pending tx viewDan Finlay2016-07-071-28/+78
|
* Began reworking tx conf viewDan Finlay2016-07-071-15/+68
|
* breakout pending-tx-detailskumavis2016-06-251-0/+65