refactor move home / into vue components (#3498)

This commit is contained in:
dni ⚡ 2025-11-10 14:48:27 +01:00 committed by GitHub
parent c9270bbf7f
commit bd50a3c546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 491 additions and 740 deletions

View file

@ -95,6 +95,7 @@
"js/lnurl.js"
],
"components": [
"js/pages/home.js",
"js/pages/extensions_builder.js",
"js/pages/extensions.js",
"js/pages/first-install.js",
@ -118,6 +119,7 @@
"js/components/admin/lnbits-admin-site-customisation.js",
"js/components/admin/lnbits-admin-library.js",
"js/components/admin/lnbits-admin-audit.js",
"js/components/lnbits-home-logos.js",
"js/components/lnbits-new-user-wallet.js",
"js/components/lnbits-qrcode.js",
"js/components/lnbits-qrcode-lnurl.js",