move extended details under details section in ClaimView, and make that section more similar to ConfirmGiftView

This commit is contained in:
2025-01-04 14:55:20 -07:00
parent cb34c52c40
commit 7b73e9f51d
2 changed files with 45 additions and 40 deletions

View File

@@ -256,12 +256,12 @@
<!-- Note that a similar section is found in ClaimView.vue -->
<h2
class="font-bold uppercase text-xl text-blue-500 mt-8 mb-2 cursor-pointer"
class="font-bold uppercase text-xl text-blue-500 mt-8 cursor-pointer"
@click="showVeriClaimDump = !showVeriClaimDump"
>
Details
<span v-if="!showVeriClaimDump"><fa icon="chevron-down" /></span>
<span v-else><fa icon="chevron-up" /></span>
<fa v-if="showVeriClaimDump" icon="chevron-up" />
<fa v-else icon="chevron-down" />
</h2>
<div v-if="showVeriClaimDump">
<div