Commit Graph

16 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
0d2908c69e Fix strict-boolean-expressions and unsafe-any in database CRUD operations
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-06 16:13:43 +00:00
copilot-swe-agent[bot]
e13f4a393d Fix additional async and boolean expression errors
- Remove unnecessary async from 10+ stub functions and API routes
- Fix strict boolean conditionals in app pages and layouts
- Fix nullable checks in API routes and components
- Replace non-null assertions with type assertions
- Progress: 709 → 689 linting errors (20 more fixed)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-06 15:38:51 +00:00
copilot-swe-agent[bot]
0ab852d227 Initial plan: Fix README styles documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:17:49 +00:00
Richard Ward
fcd4791d18 code: nextjs,frontends,tsx (4 files) 2025-12-30 20:47:27 +00:00
Richard Ward
3b97d281c3 config: nextjs,frontends,package (3 files) 2025-12-30 20:46:56 +00:00
Richard Ward
5003c2cf2a code: nextjs,frontends,tsx (269 files) 2025-12-30 20:10:09 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
copilot-swe-agent[bot]
5491597a79 fix: improve AWS SDK optional import handling
- Added @ts-ignore for optional AWS SDK import to prevent TypeScript errors
- Changed webpack config to use resolve.fallback instead of externals
- Improved error message for missing AWS SDK
- Made S3 storage truly optional with better runtime error handling

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:57:46 +00:00
copilot-swe-agent[bot]
f2795107b9 fix: resolve getAdapter export path and mark AWS SDK as external
- Fixed core/dbal-client index path to use ../dbal-client (not ../../)
- Added AWS SDK to webpack externals to prevent build errors
- S3 storage is optional - will throw error if @aws-sdk/client-s3 not installed
- Fixed circular re-export issue between core/dbal-client and dbal-client

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:54:09 +00:00
copilot-swe-agent[bot]
892e2e491b fix: create DBAL shared UI components for status and daemon page
- Created dbal/shared/ui directory for shared UI components
- Implemented getStatusResponse() for status API endpoint
- Implemented DBALDaemonPage component with metadata
- Updated tsconfig.json @dbal-ui path to point to dbal/shared/ui
- Updated next.config.ts webpack alias for @dbal-ui
- Components support both development and production DBAL modes

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:50:20 +00:00
copilot-swe-agent[bot]
68e2dfd950 fix: remove DBAL stub, use real implementation only
- Removed all stub files (dbal-stub, database-lib/dbal-stub)
- Updated all imports to use real DBAL from @/dbal
- Updated tsconfig.json to add @/dbal path (without wildcard)
- Updated next.config.ts webpack alias to dbal/development/src
- Updated dbal-state, get-dbal, and dbal-client to use real DBALClient
- Frontend now exclusively uses real DBAL (development or production mode)
- No fallback to stub - proper error handling only

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:48:16 +00:00
46add98959 code: nextjs,frontends,request (2 files) 2025-12-26 05:28:52 +00:00
66652b9990 docs: nextjs,frontends,dbal (6 files) 2025-12-26 04:52:31 +00:00
b5c1338198 code: nextjs,frontends,tsx (3 files) 2025-12-25 22:37:20 +00:00
7bf217f23a config: nextjs,frontends,config (5 files) 2025-12-25 21:31:08 +00:00
8e627bc643 Add configuration files and scripts for Next.js frontend setup 2025-12-25 14:42:29 +00:00