refactor: create lnbits-wallet-paylinks component (#3523)

This commit is contained in:
dni ⚡
2025-11-21 11:05:38 +01:00
committed by GitHub
parent 98d4dbab8b
commit 3f7a1798d5
11 changed files with 155 additions and 131 deletions
+1
View File
@@ -75,6 +75,7 @@ window.LNbits = {
newWallet.canSendPayments = perms.includes('send-payments')
}
newWallet.url = `/wallet?&wal=${data.id}`
newWallet.storedPaylinks = data.stored_paylinks.links
return newWallet
},
payment(data) {