feat: Simplify tx page

This commit is contained in:
2025-06-27 14:08:01 +10:00
parent eead0d03cc
commit df09a32280
3 changed files with 50 additions and 28 deletions

View File

@@ -82,10 +82,10 @@
<table id="dataTable" class="table my-0">
<thead>
<tr>
<th>Date</th>
<th>Transaction</th>
<th class="hide-mobile">Address</th>
<th class="hide-mobile">Confirmations</th>
<th class="amount-column">Amount</th>
<!-- <th class="hide-mobile">Address</th> -->
<!-- <th class="amount-column">Amount</th> -->
</tr>
</thead>
<tbody id="transactions-tbody">
@@ -102,10 +102,10 @@
</tbody>
<tfoot>
<tr>
<td><strong>Date</strong></td>
<td><strong>Transaction</strong></td>
<td class="hide-mobile"><strong>Address</strong></td>
<td class="hide-mobile"><strong>Confirmations</strong></td>
<td class="amount-column"><strong>Amount</strong></td>
<!-- <td class="hide-mobile"><strong>Address</strong></td> -->
<!-- <td class="amount-column"><strong>Amount</strong></td> -->
</tr>
</tfoot>
</table>