refactor into '<lnbits-drawer />' component (#3499)

This commit is contained in:
dni ⚡
2025-11-10 14:54:06 +01:00
committed by GitHub
parent bd50a3c546
commit cf7726ddfd
7 changed files with 53 additions and 45 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
window.app.component('lnbits-drawer', {
template: '#lnbits-drawer',
mixins: [window.windowMixin]
})
+1
View File
@@ -73,6 +73,7 @@
"js/components/lnbits-qrcode-lnurl.js",
"js/components/lnbits-footer.js",
"js/components/lnbits-header.js",
"js/components/lnbits-drawer.js",
"js/components/extension-settings.js",
"js/components/data-fields.js",
"js/components/payment-list.js",