Files
metabuilder/frontends/nextjs
copilot-swe-agent[bot] 6fcba8a44f Create missing type definitions and stub implementations
- Created src/lib/types/ directory with level-types.ts and schema-types.ts
- Created missing hook implementations (use-mobile, useAutoRefresh, useCodeEditor, useDBAL, useFileTree, useGitHubFetcher, useKV)
- Created missing auth API modules (fetch-session, login, logout, register)
- Fixed import paths from relative '../../types/*' to '@/lib/*' aliases
- Updated AppConfiguration type to match Prisma schema
- Reduced TypeScript errors from 346 to 305

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 22:01:48 +00:00
..