copilot-swe-agent[bot]
297f1cacad
fix: resolve all TypeScript errors across codebase
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 15:05:13 +00:00
copilot-swe-agent[bot]
7c5f3bbe06
Implement stub hooks, auth logout, and update configurations
...
- Enable strict TypeScript mode in tsconfig.json
- Update ESLint rules to be stricter (error instead of warn)
- Implement useDBAL hook with fetch-based DBAL API
- Implement useKV hook with key-value store operations
- Implement use-mobile hook with media query detection
- Implement logout function with session clearing
- Add permission check comments in app/page.tsx
- Replace throwing stub in user$file with placeholder returns
- Complete entity-specific fields in generate-package.ts
- Add database operation templates in generate-package.ts
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 14:12:49 +00:00
copilot-swe-agent[bot]
3d824dec79
Fix remaining TypeScript errors - all 96 errors resolved
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 12:29:14 +00:00
copilot-swe-agent[bot]
fdaeda09c8
Fix TypeScript errors in DBAL and fakemui components
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 12:27:34 +00:00
copilot-swe-agent[bot]
8ec41f87bd
Add missing properties to entity types and create validation stubs
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 02:06:10 +00:00
copilot-swe-agent[bot]
5de31cd740
Fix remaining DBAL imports and add AWS SDK stub types
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 02:01:55 +00:00
copilot-swe-agent[bot]
1a421ea2da
Fix DBAL import paths and add missing type definitions
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 01:56:27 +00:00
copilot-swe-agent[bot]
b4650d1e91
Fix fakemui interface conflicts and DBAL type definitions
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-06 01:50:31 +00:00
copilot-swe-agent[bot]
a4766dd2a3
Fix DBAL and fakemui import paths and missing exports
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-05 22:12:10 +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
9f604e9c51
code: development,dbal,storybook (5 files)
2025-12-30 21:09:08 +00:00
Richard Ward
a11dbab933
code: development,dbal,uploads (20 files)
2025-12-30 21:07:33 +00:00
Richard Ward
d789c65d89
code: permission,development,dbal (1 files)
2025-12-30 21:05:39 +00:00
Richard Ward
1a83effa1e
code: write,strategy,development (1 files)
2025-12-30 21:04:49 +00:00
Richard Ward
9e72e6421d
config: storybook,public,main (3 files)
2025-12-30 21:03:28 +00:00
Richard Ward
9d2d26299c
docs: types,storybook,development (2 files)
2025-12-30 21:02:29 +00:00
Richard Ward
d5a2bf3efb
config: storybook,json,config (4 files)
2025-12-30 20:59:38 +00:00
Richard Ward
cb98628197
config: storybook,vite,tsx (5 files)
2025-12-30 20:48:25 +00:00
eb2182a60a
fix(packages): add missing packageId fields and fix metadata across 7 packages
...
- css_designer: added packageId
- dbal_demo: added packageId
- github_tools: changed id to packageId
- media_center: added packageId and category
- screenshot_analyzer: added packageId
- shared: added packageId, author, category
- validate-packages.cjs: support multiple components.json formats
2025-12-30 20:43:27 +00:00
Richard Ward
7d8eb2cbe9
config: packages,metadata,json (6 files)
2025-12-30 20:43:13 +00:00
Richard Ward
3abc2bb26c
config: packages,metadata,json (3 files)
2025-12-30 20:41:24 +00:00
Richard Ward
cca9ccd6c9
code: validate,store,packages (2 files)
2025-12-30 20:40:56 +00:00
Richard Ward
7575f15158
code: prisma,development,dbal (4 files)
2025-12-30 20:40:29 +00:00
Richard Ward
92f5aaf22b
code: types,development,dbal (4 files)
2025-12-30 20:40:00 +00:00
Richard Ward
4f07b39431
code: development,dbal,validate (29 files)
2025-12-30 20:39:30 +00:00
Richard Ward
b0e0de6021
code: prisma,development,dbal (3 files)
2025-12-30 20:39:01 +00:00
6f51de2ae1
test(e2e): add comprehensive Lua package rendering tests
2025-12-30 20:37:24 +00:00
Richard Ward
54a168edf5
code: operations,development,dbal (4 files)
2025-12-30 20:36:59 +00:00
Richard Ward
5f3522bf42
code: development,dbal,validate (26 files)
2025-12-30 20:36:29 +00:00
79a00e49fa
feat(dbal): add lua-script and package entity types with validation
2025-12-30 20:33:55 +00:00
e9d59f34dd
feat(dbal): add session and user entity types/stores
2025-12-30 20:32:41 +00:00
ed17b54d7a
fix: resolve test suite issues - alias resolution, accessibility, select support
...
- Fix vitest.config.ts alias ordering for @/fakemui and @/dbal
- Add htmlFor attribute to TextField for proper label accessibility
- Add aria-labels to Pagination component buttons
- Support select mode in TextField with MenuItem children
- Fix bun:test imports to vitest in 4 test files
- Fix @/dbal import path in format-error.test.ts
- Skip Lua UI package integration tests (waiting for example-form package)
- Add ui_dialogs/ui_permissions to package integration test
Test suite: 138 files passing, 802 tests passed, 3 skipped
2025-12-30 20:32:27 +00:00
Richard Ward
37cf528703
code: development,dbal,validate (9 files)
2025-12-30 20:31:56 +00:00
Richard Ward
d90eaf3fee
code: index,development,dbal (5 files)
2025-12-30 20:31:24 +00:00
Richard Ward
756b63ba82
code: index,development,dbal (3 files)
2025-12-30 20:29:38 +00:00
Richard Ward
b55bc9aecc
code: index,development,dbal (1 files)
2025-12-30 20:26:06 +00:00
Richard Ward
4407d26052
code: development,dbal,validation (3 files)
2025-12-30 20:24:48 +00:00
Richard Ward
de79d8ac40
code: development,dbal,validation (3 files)
2025-12-30 20:21:52 +00:00
Richard Ward
7039191ec6
code: validation,development,dbal (1 files)
2025-12-30 20:21:23 +00:00
Richard Ward
3e31279046
code: development,dbal,validation (2 files)
2025-12-30 20:19:07 +00:00
Richard Ward
dee9ff74e7
docs: script,lua,development (8 files)
2025-12-30 20:13:38 +00:00
Richard Ward
7978af18cf
code: development,dbal,index (195 files)
2025-12-30 20:10:55 +00:00
Richard Ward
2f1c10a1fd
code: development,dbal,uploads (25 files)
2025-12-30 20:09:32 +00:00
Richard Ward
0d913c881d
code: development,dbal,uploads (6 files)
2025-12-30 20:08:59 +00:00
Richard Ward
f3dde4d9cd
code: development,dbal,uploads (19 files)
2025-12-30 20:08:29 +00:00
Richard Ward
3c7bbe856e
code: utils,development,dbal (1 files)
2025-12-30 20:07:58 +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
9507c39f09
fix(types): enhance type safety across various modules and functions
2025-12-30 00:55:05 +00:00
166162718f
feat: add client builders and integration entry
2025-12-27 18:57:30 +00:00
7ae32965cf
Merge branch 'main' into codex/add-package-operations-for-publish,-unpublish,-validate
2025-12-27 18:39:37 +00:00