books/frontend
Nicolaj Hartmann 88bf4c4450 Fix whitescreen - add missing types, exports and props
Frontend build fixes:
- Add formatDateTimeISO and parseISODate to formatters.ts
- Add default type parameter to fetchGraphQL function
- Add toggleMobileDrawer and mobileDrawerOpen to uiStore
- Add compact prop to CompanySwitcher component
- Add JournalEntryDraft types to accounting.ts
- Add reopened/locked fields to FiscalYear type
- Fix documentProcessing.ts import

Closes books-0rs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:24:36 +01:00
..
src Fix whitescreen - add missing types, exports and props 2026-01-30 22:24:36 +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