From 98e673f3f303f8d89a428209cf768d26e793806f Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 13 Mar 2023 16:39:00 +0000 Subject: [PATCH] remove naddr and share button --- .../components/customer-market/customer-market.html | 11 +++++++++++ static/components/product-detail/product-detail.html | 4 ++-- static/js/market.js | 10 ---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/static/components/customer-market/customer-market.html b/static/components/customer-market/customer-market.html index fddcda3..57567b2 100644 --- a/static/components/customer-market/customer-market.html +++ b/static/components/customer-market/customer-market.html @@ -2,6 +2,17 @@
+
diff --git a/static/components/product-detail/product-detail.html b/static/components/product-detail/product-detail.html index 20f3d90..fe8fbf4 100644 --- a/static/components/product-detail/product-detail.html +++ b/static/components/product-detail/product-detail.html @@ -60,12 +60,12 @@ label="Add to cart" @click="$emit('add-to-cart', product)" /> - + /> -->
diff --git a/static/js/market.js b/static/js/market.js index ff5a07f..ea7b4c8 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -151,16 +151,6 @@ const market = async () => { this.$q.loading.hide() }, methods: { - naddr() { - let naddr = NostrTools.nip19.naddrEncode({ - identifier: '1234', - pubkey: - 'c1415f950a1e3431de2bc5ee35144639e2f514cf158279abff9ed77d50118796', - kind: 30018, - relays: defaultRelays - }) - console.log(naddr) - }, async deleteAccount() { await LNbits.utils .confirmDialog(