mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
UIUX: fixed gridlines (#2183)
Co-authored-by: k9ert <k9ert@gmx.de> Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com>
This commit is contained in:
parent
66cf35fdd5
commit
c78c15854d
1 changed files with 26 additions and 22 deletions
|
|
@ -301,31 +301,35 @@
|
|||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr id="feedback-row" class="hidden">
|
||||
<td id="feedback-row-content">
|
||||
<div id="rescan-hint" class="hidden">
|
||||
<p>{{_('Is this not a fresh wallet? Did you expect transactions here? Then click') }} 👇 {{_('to find them') }}</p>
|
||||
<a id="go-to-rescan-btn" href="{{ url_for('wallets_endpoint.settings', wallet_alias=wallet_alias, rescan_blockchain=True) }}" class="go-to-rescan-btn btn">Go to blockchain rescan</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="empty-row" class="hidden">
|
||||
<td id="empty-row-cell" colspan="9"></td>
|
||||
</tr>
|
||||
<tr class="summary-row hidden">
|
||||
<td class="column-callbackaction"></td>
|
||||
<td class="column-category" ></td>
|
||||
<td class="column-txid summary-tx-count"></td>
|
||||
<td class="column-label optional"></td>
|
||||
<td class="column-amount summary-amount"></td>
|
||||
<td class="column-time optional"></td>
|
||||
<td class="column-confirmations"> </td>
|
||||
<td class="column-blockhash optional hidden blockhash-summary"></td>
|
||||
<td class="column-action"></td>
|
||||
</tr>
|
||||
<tbody class="tx-tbody">
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="tx-table">
|
||||
<thead id=""table-header>
|
||||
<tr id="feedback-row" class="hidden">
|
||||
<td id="feedback-row-content">
|
||||
<div id="rescan-hint" class="hidden">
|
||||
<p>{{_('Is this not a fresh wallet? Did you expect transactions here? Then click') }} 👇 {{_('to find them') }}</p>
|
||||
<a id="go-to-rescan-btn" href="{{ url_for('wallets_endpoint.settings', wallet_alias=wallet_alias, rescan_blockchain=True) }}" class="go-to-rescan-btn btn">Go to blockchain rescan</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="empty-row" class="hidden">
|
||||
<td id="empty-row-cell" colspan="9"></td>
|
||||
</tr>
|
||||
<tr class="summary-row hidden">
|
||||
<td class="column-callbackaction"></td>
|
||||
<td class="column-category" ></td>
|
||||
<td class="column-txid summary-tx-count"></td>
|
||||
<td class="column-label optional"></td>
|
||||
<td class="column-amount summary-amount"></td>
|
||||
<td class="column-time optional"></td>
|
||||
<td class="column-confirmations"> </td>
|
||||
<td class="column-blockhash optional hidden blockhash-summary"></td>
|
||||
<td class="column-action"></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<div class="mt-3">
|
||||
<div id="pagination-container" class="flex items-center mx-4 space-x-2">
|
||||
<a id="pagination-back" class="hidden cursor-pointer w-6">←</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue