share transaction after sending on mobile + share explorer url on desktop.

This commit is contained in:
Sebastiaan Pasma 2018-07-16 17:21:15 +02:00
commit 236a93d69d
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
7 changed files with 71 additions and 18 deletions

View file

@ -120,6 +120,7 @@
<slide-to-accept-success
slide-success-show="sendStatus === 'success'"
slide-success-on-confirm="onSuccessConfirm()"
slide-success-on-share="shareTransaction"
slide-success-hide-on-confirm="true">
<span ng-show="wallet.m == 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Payment Sent</span>
<span ng-show="wallet.m > 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Proposal Created</span>