diff --git a/tests/gui/vuejs/noogle/src/components/Donate.vue b/tests/gui/vuejs/noogle/src/components/Donate.vue index b61caa4..f994599 100644 --- a/tests/gui/vuejs/noogle/src/components/Donate.vue +++ b/tests/gui/vuejs/noogle/src/components/Donate.vue @@ -34,6 +34,7 @@ export default { async copyinvoice(invoice){ await navigator.clipboard.writeText(invoice) + window.open("lightning:" + invoice,"_blank") miniToastr.showMessage("", "Copied Invoice to clipboard", VueNotifications.types.info) }, diff --git a/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue b/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue index 4c5f9c9..c4d6083 100644 --- a/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue +++ b/tests/gui/vuejs/noogle/src/components/ImageGeneration.vue @@ -166,6 +166,13 @@ function nextInput(e) { } } + + async function copyinvoice(invoice){ + await navigator.clipboard.writeText(invoice) + window.open("lightning:" + invoice,"_blank") + miniToastr.showMessage("", "Copied Invoice to clipboard", VueNotifications.types.info) + } + async function zap(invoice) { let webln; @@ -190,6 +197,8 @@ function nextInput(e) { dvms.find(i => i.bolt11 === invoice).status = "paid" store.commit('set_imagedvm_results', dvms) } + + } async function createBolt11Lud16(lud16, amount) { diff --git a/tests/gui/vuejs/noogle/src/components/Nip89.vue b/tests/gui/vuejs/noogle/src/components/Nip89.vue index fdf54a3..9b56548 100644 --- a/tests/gui/vuejs/noogle/src/components/Nip89.vue +++ b/tests/gui/vuejs/noogle/src/components/Nip89.vue @@ -50,7 +50,7 @@ export default { for (let i = 5000; i < 6000; i++) { dvmkinds.push((i.toString())) } - console.log(dvmkinds) + const filter = new Filter().kind(31990).customTag(Alphabet.K, dvmkinds) //await client.reconcile(filter);