+ basic address book support

+ notify of new transactions
+ refresh transactions
! fixed a lot of transactions bugs
This commit is contained in:
Taegus
2018-12-26 10:12:42 +01:00
parent 655cd441b7
commit 3315677ede
13 changed files with 382 additions and 46 deletions

View File

@@ -12,6 +12,7 @@
<th scope="col"></th>
<th scope="col">Name</th>
<th scope="col">Address</th>
<th scope="col"></th>
<th scope="col">Balance</th>
</tr>
</thead>
@@ -34,7 +35,7 @@
<!-- The modal for new wallet -->
<div id="dlgCreateWalletPassword" class="modalDialog" data-iziModal-title="Wallet Password" data-iziModal-subtitle="Make sure to write it down or remember it!!!" data-iziModal-icon="icon-home">
<div class="modalBodyPassword">
<div class="modalBody">
<div class="form-group">
<label for="usr">Type Password:</label>
<input type="password" class="form-control" id="walletPasswordFirst">
@@ -50,7 +51,7 @@
<!-- The modal to change wallet name -->
<div id="dlgChangeWalletName" class="modalDialog" data-iziModal-title="Wallet Name" data-iziModal-subtitle="Enter the name for this address" data-iziModal-icon="icon-home">
<div class="modalBodyPassword">
<div class="modalBody">
<div class="form-group">
<label for="usr">Type Name:</label>
<input type="text" class="form-control" id="inputWalletName">