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:
Bernt
2026-07-29 20:01:23 +00:00
parent bd28b60338
commit f967d1a810
3 changed files with 132 additions and 81 deletions
File diff suppressed because one or more lines are too long