make
This commit is contained in:
parent
a2931d675a
commit
19dbe64e7f
1 changed files with 13 additions and 5 deletions
|
|
@ -182,7 +182,11 @@
|
||||||
@click="restartNostrConnection"
|
@click="restartNostrConnection"
|
||||||
>
|
>
|
||||||
<q-list>
|
<q-list>
|
||||||
<q-item clickable v-close-popup @click="restartNostrConnection">
|
<q-item
|
||||||
|
clickable
|
||||||
|
v-close-popup
|
||||||
|
@click="restartNostrConnection"
|
||||||
|
>
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-icon name="refresh" color="primary"></q-icon>
|
<q-icon name="refresh" color="primary"></q-icon>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
@ -193,7 +197,11 @@
|
||||||
</q-item-label>
|
</q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-item clickable v-close-popup @click="checkNostrStatus(true)">
|
<q-item
|
||||||
|
clickable
|
||||||
|
v-close-popup
|
||||||
|
@click="checkNostrStatus(true)"
|
||||||
|
>
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-icon name="wifi_find" color="primary"></q-icon>
|
<q-icon name="wifi_find" color="primary"></q-icon>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
@ -351,9 +359,9 @@
|
||||||
<div class="text-h6 q-mb-sm">Nostr Market</div>
|
<div class="text-h6 q-mb-sm">Nostr Market</div>
|
||||||
<div class="text-body2 text-grey">
|
<div class="text-body2 text-grey">
|
||||||
A decentralized marketplace extension for LNbits implementing the
|
A decentralized marketplace extension for LNbits implementing the
|
||||||
NIP-15 protocol. Create stalls, list products, and accept Lightning
|
NIP-15 protocol. Create stalls, list products, and accept
|
||||||
payments while communicating with customers via encrypted Nostr
|
Lightning payments while communicating with customers via
|
||||||
direct messages.
|
encrypted Nostr direct messages.
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section class="q-pa-none">
|
<q-card-section class="q-pa-none">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue