[perf] pending payments check (#3565)

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Vlad Stan
2025-11-25 14:09:57 +02:00
committed by GitHub
co-authored by dni ⚡
parent 33e2fc2ea8
commit 0910687328
8 changed files with 74 additions and 30 deletions
+1 -6
View File
@@ -18,12 +18,7 @@
//Needed for Vue to create the app on first load (although called on every page, its only loaded once)
window.app = Vue.createApp({
el: '#vue',
mixins: [window.windowMixin],
data() {
return {
updatePayments: false
}
}
mixins: [window.windowMixin]
})
</script>
{%- endmacro %}
-1
View File
@@ -172,7 +172,6 @@
<q-card class="wallet-card">
<q-card-section>
<lnbits-payment-list
:update="updatePayments"
:expand-details="expandDetails"
:payment-filter="paymentFilter"
></lnbits-payment-list>