aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx-details.js
Commit message (Collapse)AuthorAgeFilesLines
* 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