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"
|
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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue