- 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> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.development | ||
| .env.example | ||
| .env.production | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.tsbuildinfo | ||
| vite.config.ts | ||