feat: small UI improvements

This commit is contained in:
Vlad Stan 2022-07-29 17:22:49 +03:00
parent 6de8b0b06d
commit 68f45c471e
2 changed files with 8 additions and 11 deletions

View File

@ -102,7 +102,6 @@ async function addressList(path) {
return fAddresses return fAddresses
}, },
scanAddress: async function (addressData) { scanAddress: async function (addressData) {
this.$emit('scan:address', addressData) this.$emit('scan:address', addressData)
}, },
@ -111,8 +110,6 @@ async function addressList(path) {
} }
}, },
created: async function () { created: async function () {}
}
}) })
} }

View File

@ -156,13 +156,6 @@
<q-dialog v-model="hww.showConfirmationDialog" position="top"> <q-dialog v-model="hww.showConfirmationDialog" position="top">
<q-card class="q-pa-lg q-pt-xl lnbits__dialog-card"> <q-card class="q-pa-lg q-pt-xl lnbits__dialog-card">
<q-form @submit="hwwSignPsbt" class="q-gutter-md"> <q-form @submit="hwwSignPsbt" class="q-gutter-md">
<div class="row q-mt-lg">
<div class="col-12">
<q-badge class="text-subtitle2" color="yellow" text-color="black">
<span>Check data on the display of the hardware device.</span>
</q-badge>
</div>
</div>
<div v-if="tx"> <div v-if="tx">
<div v-if="!hww.confirm.showFee" class="row q-mt-lg"> <div v-if="!hww.confirm.showFee" class="row q-mt-lg">
<div class="col-12"> <div class="col-12">
@ -213,6 +206,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row q-mt-lg">
<div class="col-12">
<q-badge class="text-subtitle2" color="yellow" text-color="black">
<span>Check data on the display of the hardware device.</span>
</q-badge>
</div>
</div>
<div class="row q-mt-lg"> <div class="row q-mt-lg">
<div class="col-6"> <div class="col-6">
<q-btn <q-btn