+ tooltips

+ sort transactions by date correctly
+ confirmed transactions indicator
This commit is contained in:
Taegus
2018-12-20 18:29:23 +01:00
parent f80c9123f1
commit 62f8be866e
15 changed files with 228 additions and 13 deletions

View File

@@ -8,6 +8,7 @@
<th>From</th>
<th>To</th>
<th>Value</th>
<th></th>
</tr>
</thead>
<tfoot>
@@ -18,6 +19,7 @@
<th>From</th>
<th>To</th>
<th>Value</th>
<th></th>
</tr>
</tfoot>
</table>

View File

@@ -1,5 +1,7 @@
<div id="walletsToolbar">
<button type="button" class="btn btn-etho" id="btnNewAddress">New Address</button>
<button type="button" class="btn btn-etho" id="btnNewAddress"><i class="fas fa-plus"></i></button>
<button type="button" class="btn btn-etho" id="btnExportAccounts"><i class="fas fa-file-export"></i></button>
<button type="button" class="btn btn-etho" id="btnImportAccounts"><i class="fas fa-file-import"></i></button>
<div id="sumBalance">Total ETHO: <span class="sumBalance">{{sumBalance}}</span></div>
</div>
<div id="addressList" class="{{#if addressData.length}}walletsWrapper{{else}}noWalletsWrapper{{/if}}">