feat: add dynamic errorpage (#3602)

This commit is contained in:
dni ⚡ 2025-12-02 13:33:25 +01:00 committed by GitHub
parent 89cabda123
commit eefaf3c50c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 143 additions and 117 deletions

View file

@ -94,6 +94,7 @@
"js/bolt11-decoder.js"
],
"components": [
"js/pages/error.js",
"js/pages/home.js",
"js/pages/extensions_builder.js",
"js/pages/extensions.js",
@ -127,6 +128,7 @@
"js/components/lnbits-wallet-paylinks.js",
"js/components/lnbits-wallet-extra.js",
"js/components/lnbits-home-logos.js",
"js/components/lnbits-error.js",
"js/components/lnbits-qrcode.js",
"js/components/lnbits-qrcode-lnurl.js",
"js/components/lnbits-disclaimer.js",