Notify when a tx has been confirmed

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-23 09:46:42 -03:00
commit 5ae543d4c4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 73 additions and 1 deletions

View file

@ -102,6 +102,13 @@
</span>
</span>
</div>
<ion-toggle ng-show="!btx.confirmations || btx.confirmations == 0"
class="toggle-unconfirmed"
ng-model="txNotification.value"
toggle-class="toggle-balanced"
ng-change="txConfirmNotificationChange()">
<span class="toggle-label" translate>Notify me if confirmed</span>
</ion-toggle>
<div ng-if="actionList[0]">
<div class="item item-divider" translate>Timeline</div>
<div class="item timeline-item" ng-class="{'action-created' : a.type == 'created' || a.type == 'accept', 'action-rejected' : a.type == 'reject'}" ng-repeat="a in actionList track by $index">