feat: move '/extensions' into vue component (#3480)

This commit is contained in:
dni ⚡
2025-11-10 10:20:18 +01:00
committed by GitHub
parent c2a3fbc6c0
commit 0d5661cda7
11 changed files with 1225 additions and 1166 deletions
+1
View File
@@ -108,6 +108,7 @@ def template_renderer(additional_folders: list | None = None) -> Jinja2Templates
"has_holdinvoice": settings.has_holdinvoice,
"LNBITS_NOSTR_CONFIGURED": settings.is_nostr_notifications_configured(),
"LNBITS_TELEGRAM_CONFIGURED": settings.is_telegram_notifications_configured(),
"LNBITS_EXT_BUILDER": settings.lnbits_extensions_builder_activate_non_admins,
}
t.env.globals["WINDOW_SETTINGS"] = window_settings