remove naddr and share button
This commit is contained in:
parent
0fe9712b45
commit
98e673f3f3
3 changed files with 13 additions and 12 deletions
|
|
@ -2,6 +2,17 @@
|
||||||
<div v-if="searchNostr" class="row q-col-gutter-md">
|
<div v-if="searchNostr" class="row q-col-gutter-md">
|
||||||
<div class="col-12 col-md-7 q-gutter-y-md">
|
<div class="col-12 col-md-7 q-gutter-y-md">
|
||||||
<q-card>
|
<q-card>
|
||||||
|
<!-- <q-card-section class="row items-center q-pb-none">
|
||||||
|
<div class="text-h6">Search Globally</div>
|
||||||
|
<q-space />
|
||||||
|
<q-btn
|
||||||
|
icon="close"
|
||||||
|
flat
|
||||||
|
round
|
||||||
|
dense
|
||||||
|
@click="searchNostr = !searchNostr"
|
||||||
|
/>
|
||||||
|
</q-card-section> -->
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="row items-center no-wrap q-mb-md">
|
<div class="row items-center no-wrap q-mb-md">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
|
||||||
|
|
@ -60,12 +60,12 @@
|
||||||
label="Add to cart"
|
label="Add to cart"
|
||||||
@click="$emit('add-to-cart', product)"
|
@click="$emit('add-to-cart', product)"
|
||||||
/>
|
/>
|
||||||
<q-btn
|
<!-- <q-btn
|
||||||
class="q-mt-md q-ml-md"
|
class="q-mt-md q-ml-md"
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="share"
|
icon="share"
|
||||||
label="Share"
|
label="Share"
|
||||||
/>
|
/> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- RATING TO BE DONE -->
|
<!-- RATING TO BE DONE -->
|
||||||
|
|
|
||||||
|
|
@ -151,16 +151,6 @@ const market = async () => {
|
||||||
this.$q.loading.hide()
|
this.$q.loading.hide()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
naddr() {
|
|
||||||
let naddr = NostrTools.nip19.naddrEncode({
|
|
||||||
identifier: '1234',
|
|
||||||
pubkey:
|
|
||||||
'c1415f950a1e3431de2bc5ee35144639e2f514cf158279abff9ed77d50118796',
|
|
||||||
kind: 30018,
|
|
||||||
relays: defaultRelays
|
|
||||||
})
|
|
||||||
console.log(naddr)
|
|
||||||
},
|
|
||||||
async deleteAccount() {
|
async deleteAccount() {
|
||||||
await LNbits.utils
|
await LNbits.utils
|
||||||
.confirmDialog(
|
.confirmDialog(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue