+ added toast messages
+ transaction sent message + copy address to clipboard
This commit is contained in:
6
assets/scripts/iziToast.min.js
vendored
Normal file
6
assets/scripts/iziToast.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
6
assets/styles/iziToast.min.css
vendored
Normal file
6
assets/styles/iziToast.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -314,4 +314,8 @@ div.noWalletsWrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btnCopyWalletAddress {
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
<tr>
|
||||
<th scope="row" class="colEdit"><button type="button" class="btn btn-etho btnChangWalletName" data-wallet="{{address}}" data-name="{{name}}">Edit</button></th>
|
||||
<td>{{name}}</td>
|
||||
<td>{{address}}</td>
|
||||
<td><button type="button" class="btn btn-etho btnCopyWalletAddress" data-wallet="{{address}}"><i class="far fa-copy"></i></button><span class="textAddress">{{address}}</span></td>
|
||||
<td>{{balance}}</td>
|
||||
</tr>
|
||||
{{/addressData}}
|
||||
|
||||
Reference in New Issue
Block a user