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 19:01:01 +02:00 committed by GitHub
parent 9933484558
commit a5623ef7c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 592 additions and 546 deletions

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"
],