Implemented icon for copy to clipboard in join, address book, transactions and addresses.
This commit is contained in:
parent
dc565e0a68
commit
87f196ebf4
6 changed files with 68 additions and 34 deletions
|
|
@ -11,7 +11,10 @@
|
|||
<h3>Share this secret with your other copayers</h3>
|
||||
<div class="panel">
|
||||
<qrcode size="250" data="{{$root.wallet.getSecret()}}"></qrcode>
|
||||
<div class="secret text-gray size-14">{{$root.wallet.getSecret()}}</div>
|
||||
<div class="secret text-gray size-14">
|
||||
{{$root.wallet.getSecret()}}
|
||||
<span class="btn-copy" clip-copy="$root.wallet.getSecret()"></span>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue