feat: Add Ledger Accounts table to DashboardPage
- Add ledgerAccounts state with LedgerAccount type - Fetch accounts from ledgerApi.accounts() - Add table with Code, Name, Type, Balance columns - Color-code positive/negative balances - Build passes successfully
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
||||
<script type="module" crossorigin src="/assets/index-BtifZyOD.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DkrQA2Vo.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-oHhMI01Z.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user