mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-23 17:59:31 +02:00
Added some tooltips
This commit is contained in:
@@ -58,7 +58,9 @@
|
|||||||
type="a"
|
type="a"
|
||||||
:href="props.row.withdraw_url"
|
:href="props.row.withdraw_url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
></q-btn>
|
>
|
||||||
|
<q-tooltip> shareable link </q-tooltip></q-btn
|
||||||
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
dense
|
dense
|
||||||
@@ -68,7 +70,8 @@
|
|||||||
type="a"
|
type="a"
|
||||||
:href="'/withdraw/img/' + props.row.id"
|
:href="'/withdraw/img/' + props.row.id"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
></q-btn>
|
><q-tooltip> embeddable image </q-tooltip></q-btn
|
||||||
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
dense
|
dense
|
||||||
@@ -76,7 +79,8 @@
|
|||||||
icon="visibility"
|
icon="visibility"
|
||||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||||
@click="openQrCodeDialog(props.row.id)"
|
@click="openQrCodeDialog(props.row.id)"
|
||||||
></q-btn>
|
><q-tooltip> view LNURL </q-tooltip></q-btn
|
||||||
|
>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
|
Reference in New Issue
Block a user