feat: add payments table to user manager (#2491)

* feat: add payments table to user manager

refactor payments table and payment chart into components and add them
to usermanager

* bundle
This commit is contained in:
dni ⚡
2024-05-13 18:01:01 +01:00
committed by GitHub
parent 9933484558
commit a5623ef7c3
11 changed files with 592 additions and 546 deletions
+2
View File
@@ -86,6 +86,8 @@
"js/components.js",
"js/components/lnbits-funding-sources.js",
"js/components/extension-settings.js",
"js/components/payment-list.js",
"js/components/payment-chart.js",
"js/event-reactions.js",
"js/bolt11-decoder.js"
],