wallet: cleanup reseed section

This commit is contained in:
nahuhh 2025-01-10 21:03:02 +00:00
parent 157b63a5d0
commit 5bbafbdb3c

View file

@ -208,7 +208,7 @@
{# / encrypted #} {# / encrypted #}
<tr class="opacity-100 text-gray-500 dark:text-gray-100 hover:bg-coolGray-200 dark:hover:bg-gray-600"> <tr class="opacity-100 text-gray-500 dark:text-gray-100 hover:bg-coolGray-200 dark:hover:bg-gray-600">
<td class="py-3 px-6 bold">Expected Seed:</td> <td class="py-3 px-6 bold">Expected Seed:</td>
<td class="py-3 px-6">{{ w.expected_seed }}</td> {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #} <td class="py-3 px-6">{{ w.expected_seed }}</td>
</tr> </tr>
</table> </table>
</div> </div>
@ -220,6 +220,7 @@
</div> </div>
</div> </div>
</section> </section>
{% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
<section class="pl-6 pr-6 pt-0 pb-0 h-full overflow-hidden"> <section class="pl-6 pr-6 pt-0 pb-0 h-full overflow-hidden">
<div class="pb-6 border-coolGray-100"> <div class="pb-6 border-coolGray-100">
<div class="flex flex-wrap items-center justify-between -m-2"> <div class="flex flex-wrap items-center justify-between -m-2">
@ -240,16 +241,6 @@
</div> </div>
</section> </section>
{% else %} {% else %}
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="p-6"> <section class="p-6">
<div class="flex items-center"> <div class="flex items-center">
<h4 class="font-semibold text-2xl text-black dark:text-white">Deposit</h4> <h4 class="font-semibold text-2xl text-black dark:text-white">Deposit</h4>