refactor: simplify base.js (#3473)

This commit is contained in:
dni ⚡ 2025-11-04 08:40:25 +01:00 committed by GitHub
parent 98e9a61b98
commit d142d76148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 751 additions and 753 deletions

View file

@ -85,9 +85,14 @@
"i18n/sk.js",
"i18n/kr.js",
"i18n/fi.js",
"js/utils.js",
"js/api.js",
"js/globals.js",
"js/base.js",
"js/windowMixin.js",
"js/event-reactions.js",
"js/bolt11-decoder.js"
"js/bolt11-decoder.js",
"js/lnurl.js"
],
"components": [
"js/pages/payments.js",