books/frontend
Nicolaj Hartmann 7d819ace28 Remove mock data and connect frontend to backend GraphQL
- CompanySwitcher: Use useMyCompanies() hook instead of mockCompanies
- FiscalYearSelector: Use useFiscalYears() hook instead of mockFiscalYears
- Kontooversigt: Use useAccounts() and useAccountBalances() hooks
- Kassekladde: Use useActiveAccounts() and useJournalEntryDrafts() hooks
- Bankafstemning: Use useActiveBankConnections() and usePendingBankTransactions()
- Dashboard: Calculate metrics from useAccountBalances(), useInvoices(), useVatReport()

All components now show loading skeletons and empty states appropriately.

Closes books-ljg

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:42:10 +01:00
..
src Remove mock data and connect frontend to backend GraphQL 2026-01-30 22:42:10 +01:00
.env.development Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
.env.example Add frontend environment configuration for API URL injection 2026-01-18 03:12:45 +01:00
.env.production Add frontend environment configuration for API URL injection 2026-01-18 03:12:45 +01:00
index.html Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
package-lock.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
package.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.node.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.tsbuildinfo Fix whitescreen - add missing types, exports and props 2026-01-30 22:24:36 +01:00
vite.config.ts Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00