From eeca7de10d9b7eb0bd7509022bdc1661ea352d9c Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Sun, 23 Feb 2025 00:23:36 +0000 Subject: [PATCH] Fake wallet fixes (#2983) * Fake wallet fixes LNBITS_DENOMINATION and LNBITS_DENOMINATION == 'sats' everywhere! * added exception to "/api/v1/rate/{currency}" * fix: create invoice dialog * cleaning expansion items in wallet * Revert "fix: create invoice dialog" This reverts commit 2b550392ba080cad708519fede897891e5b9e686. * fix fakewallet mask break * Fix formatted amount for fakewallet * fixed wallet balance for fakewallet * Wow, actually cleaning code, win! * more cleaning * For Vlad * more cleaning * make * fix for sats * bundle issue * fix overflow in drawer for fat wallets and stupid long names * make * fixed adds * fixed ad scale * fundle * fix --------- Co-authored-by: Tiago Vasconcelos --- lnbits/core/templates/core/index.html | 60 +++++++++++-------- lnbits/core/templates/core/wallet.html | 81 +++++++++----------------- lnbits/static/bundle.min.js | 2 +- lnbits/static/js/base.js | 7 +++ lnbits/static/js/wallet.js | 13 +++-- lnbits/templates/base.html | 3 +- lnbits/templates/components.vue | 19 ++---- 7 files changed, 88 insertions(+), 97 deletions(-) diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index e81eaa2c..0b680a91 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -90,6 +90,12 @@ > {{SITE_TAGLINE}} +

+ {{SITE_DESCRIPTION}} +