mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-29 13:22:37 +02:00
Merge pull request #1200 from lnbits/fix/paywall_button
remove icon add button for better UX
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user