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
+1 -1
View File
@@ -49,7 +49,7 @@ include "users/_createWalletDialog.html" %}
<q-td>
<q-btn
round
icon="menu"
icon="list"
size="sm"
color="secondary"
@click="fetchWallets(props.row.id)"