mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
Added some tooltips
This commit is contained in:
parent
d0039ca71c
commit
f571f5f840
1 changed files with 7 additions and 3 deletions
|
@ -58,7 +58,9 @@
|
|||
type="a"
|
||||
:href="props.row.withdraw_url"
|
||||
target="_blank"
|
||||
></q-btn>
|
||||
>
|
||||
<q-tooltip> shareable link </q-tooltip></q-btn
|
||||
>
|
||||
<q-btn
|
||||
unelevated
|
||||
dense
|
||||
|
@ -68,7 +70,8 @@
|
|||
type="a"
|
||||
:href="'/withdraw/img/' + props.row.id"
|
||||
target="_blank"
|
||||
></q-btn>
|
||||
><q-tooltip> embeddable image </q-tooltip></q-btn
|
||||
>
|
||||
<q-btn
|
||||
unelevated
|
||||
dense
|
||||
|
@ -76,7 +79,8 @@
|
|||
icon="visibility"
|
||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||
@click="openQrCodeDialog(props.row.id)"
|
||||
></q-btn>
|
||||
><q-tooltip> view LNURL </q-tooltip></q-btn
|
||||
>
|
||||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
{{ col.value }}
|
||||
|
|
Loading…
Add table
Reference in a new issue