Merge pull request #1200 from lnbits/fix/paywall_button
remove icon add button for better UX
This commit is contained in:
commit
d3548926b8
1 changed files with 9 additions and 12 deletions
|
|
@ -18,19 +18,16 @@
|
||||||
label="Choose an amount *"
|
label="Choose an amount *"
|
||||||
:hint="'Minimum ' + paywallAmount + ' sat'"
|
:hint="'Minimum ' + paywallAmount + ' sat'"
|
||||||
>
|
>
|
||||||
<template v-slot:after>
|
|
||||||
<q-btn
|
|
||||||
round
|
|
||||||
dense
|
|
||||||
flat
|
|
||||||
icon="check"
|
|
||||||
color="primary"
|
|
||||||
type="submit"
|
|
||||||
@click="createInvoice"
|
|
||||||
:disabled="userAmount < paywallAmount || paymentReq"
|
|
||||||
></q-btn>
|
|
||||||
</template>
|
|
||||||
</q-input>
|
</q-input>
|
||||||
|
<div class="row q-mt-lg">
|
||||||
|
<q-btn
|
||||||
|
unelevated
|
||||||
|
color="primary"
|
||||||
|
:disabled="userAmount < paywallAmount || paymentReq"
|
||||||
|
@click="createInvoice"
|
||||||
|
>Send</q-btn
|
||||||
|
>
|
||||||
|
</div>
|
||||||
</q-form>
|
</q-form>
|
||||||
<div v-if="paymentReq" class="q-mt-lg">
|
<div v-if="paymentReq" class="q-mt-lg">
|
||||||
<a :href="'lightning:' + paymentReq">
|
<a :href="'lightning:' + paymentReq">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue