Commit Graph

564 Commits

Author SHA1 Message Date
3a89430b29 Merge pull request #144 from johndoe6345789/codex/create-json-fixture-schemas-for-testing
Add dev/QA smoke fixture schemas
2026-01-18 12:48:00 +00:00
37442350cd Add dev QA smoke fixture schemas 2026-01-18 12:47:43 +00:00
bd6bd97894 Merge pull request #143 from johndoe6345789/codex/validate-json-schemas-at-build-time
Add build-time JSON schema validation for UI components
2026-01-18 12:41:18 +00:00
dc0cb8d873 Merge branch 'main' into codex/validate-json-schemas-at-build-time 2026-01-18 12:41:10 +00:00
d725045671 Add schema validation for JSON UI 2026-01-18 12:40:51 +00:00
2375630d37 Merge pull request #142 from johndoe6345789/codex/define-lint-rules-for-props-and-bindings
Add JSON UI schema linting and integrate into lint scripts
2026-01-18 12:40:27 +00:00
ec78ec0f9b Add JSON UI schema linting 2026-01-18 12:40:16 +00:00
a00a9c4b1d Merge pull request #141 from johndoe6345789/codex/create-components-compatibility-table
docs: update JSON compatibility table to reflect refactoring model
2026-01-18 12:39:56 +00:00
79732ce358 docs: update JSON compatibility table 2026-01-18 12:39:46 +00:00
a7ce7b0be6 Merge pull request #139 from johndoe6345789/codex/add-component-types-and-update-registry
Register converted JSON UI components, extend types and add default definitions
2026-01-18 12:37:14 +00:00
10a7719e49 Merge branch 'main' into codex/add-component-types-and-update-registry 2026-01-18 12:37:05 +00:00
578b52bb95 Add converted JSON UI components 2026-01-18 12:36:11 +00:00
a283626538 Merge pull request #138 from johndoe6345789/codex/identify-and-prioritize-high-impact-components
Add component usage report
2026-01-18 12:33:24 +00:00
6cc5adf870 Merge pull request #137 from johndoe6345789/codex/define-naming-rules-and-document-in-json
docs: define JSON component naming conventions
2026-01-18 12:32:48 +00:00
6d4775fb5a Add component usage report 2026-01-18 12:32:39 +00:00
f428263a54 docs: add JSON component naming conventions 2026-01-18 12:32:07 +00:00
0ce4f6e7a4 Merge pull request #136 from johndoe6345789/codex/add-complex-expression-examples-and-guidance
Add guidance for complex JSON expressions
2026-01-18 12:30:51 +00:00
3b15b28059 Add guidance for JSON expression usage 2026-01-18 12:30:40 +00:00
1261c3e44d Merge pull request #135 from johndoe6345789/codex/extend-json-schema-with-new-components
Expand new molecules showcase loading examples
2026-01-18 12:28:05 +00:00
595aeb4df8 Expand new molecules showcase examples 2026-01-18 12:27:50 +00:00
c77753ee0a Merge pull request #134 from johndoe6345789/codex/add-integrity-check-for-supported-components
Add supported component validation in CI
2026-01-18 12:27:32 +00:00
a92c95c28a Add supported component validation check 2026-01-18 12:27:20 +00:00
82f572497c Merge pull request #133 from johndoe6345789/codex/review-and-map-missing-event-bindings
Document JSON binding gaps for components marked maybe-json-compatible
2026-01-18 12:27:03 +00:00
7922c14b7b Document JSON binding gaps for maybe-compatible components 2026-01-18 12:26:45 +00:00
4cf80e6fd8 Merge pull request #132 from johndoe6345789/codex/create-component-tracker-list
Add JSON components tracker and update status summary
2026-01-18 12:26:22 +00:00
575944fa0e Add JSON components tracker and status summary 2026-01-18 12:25:57 +00:00
df2c00dd06 Merge pull request #131 from johndoe6345789/codex/identify-json-compatible-components
Mark presentational molecules as high-priority JSON-ready in registry
2026-01-18 12:25:17 +00:00
0a1fe149d3 Merge branch 'main' into codex/identify-json-compatible-components 2026-01-18 12:25:09 +00:00
727a66218e Prioritize JSON-ready molecules in registry 2026-01-18 12:24:25 +00:00
29621b2765 Merge pull request #130 from johndoe6345789/codex/provide-sample-json-schemas-for-components
Add component schema templates (form, card, list) to JSON UI guide
2026-01-18 12:23:55 +00:00
0acd252ad0 Add component schema templates to JSON UI guide 2026-01-18 12:23:46 +00:00
2859d905ed Merge pull request #129 from johndoe6345789/codex/document-json-eligibility-checklist
Add JSON eligibility checklist to JSON_COMPONENTS.md
2026-01-18 12:23:21 +00:00
cf3f551698 Add JSON eligibility checklist 2026-01-18 12:23:03 +00:00
8f8305f95c Merge pull request #128 from johndoe6345789/codex/expand-json-component-support
Normalize json-components-registry and add JSON conversion implementation notes
2026-01-18 12:22:43 +00:00
bcd11011ad Normalize json components registry 2026-01-18 12:22:34 +00:00
bd9482b6d4 Merge pull request #127 from johndoe6345789/codex/create-wrapper-components-for-skipped-items
Move JSON wrapper interfaces to shared file
2026-01-18 12:18:45 +00:00
9e80117569 Fix wrapper interfaces import order 2026-01-18 12:18:33 +00:00
c2fc446f1f Merge pull request #126 from johndoe6345789/codex/register-circularprogress-and-divider
Register CircularProgress, Divider, and ProgressBar with JSON UI
2026-01-18 12:12:38 +00:00
13192f422e Register progress indicators for JSON UI 2026-01-18 12:10:45 +00:00
5b54fd3b2a Merge pull request #118 from johndoe6345789/codex/rename-component-definitions.ts-to-json
Convert component definitions to JSON
2026-01-18 12:08:48 +00:00
eab0c53210 Merge branch 'main' into codex/rename-component-definitions.ts-to-json 2026-01-18 12:08:38 +00:00
0042d2e2cd Merge pull request #124 from johndoe6345789/codex/add-datepicker-and-fileupload-components
Add DatePicker and FileUpload to JSON UI registry, types, and showcase
2026-01-18 12:00:21 +00:00
d952e1e9fc Merge branch 'main' into codex/add-datepicker-and-fileupload-components 2026-01-18 12:00:13 +00:00
0d13710c09 Add DatePicker and FileUpload to JSON UI 2026-01-18 11:59:51 +00:00
ef08246fc8 Merge pull request #122 from johndoe6345789/codex/add-json-ui-support-for-components
Add JSON UI support for CircularProgress, Divider, and ProgressBar
2026-01-18 11:54:57 +00:00
af58bcb7c2 Add JSON UI support for progress and divider 2026-01-18 11:54:28 +00:00
ae183ef80d Merge pull request #121 from johndoe6345789/codex/change-component-definitions.ts-to-json-file
Convert component definitions to JSON with typed helpers
2026-01-18 11:53:39 +00:00
53fdc3892d Convert component definitions to JSON 2026-01-18 11:53:08 +00:00
3031232ecf Convert component definitions to JSON 2026-01-18 11:43:37 +00:00
af03c13934 Merge pull request #117 from johndoe6345789/codex/integrate-breadcrumb-component-into-json
Add JSON Breadcrumb support (map to atoms/BreadcrumbNav)
2026-01-18 11:42:58 +00:00