mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Added 3 additional JSON component definitions and interfaces: - ComponentTreeDemoPage: Demo page for component tree visualization - JsonFlaskDesigner: Designer for Flask app config using JSON - JsonStyleDesigner: Designer for styling config using JSON Changes: - Created 2 JSON definitions in src/components/json-definitions/ - Created 3 TypeScript interfaces in src/lib/json-ui/interfaces/ - Updated interfaces/index.ts to export all new interfaces - Updated json-components.ts exports for all 3 new components - Updated json-components-registry.json with 3 new entries - Updated registry statistics: 373 → 376 total, 223 → 226 JSON-compatible Build status: PASS ✓ All components verified and building successfully. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"timestamp": "2026-01-21T04:22:09.135Z",
|
|
"issues": [],
|
|
"stats": {
|
|
"totalJsonFiles": 337,
|
|
"totalTsxFiles": 412,
|
|
"registryEntries": 392,
|
|
"orphanedJson": 0,
|
|
"duplicates": 0,
|
|
"obsoleteWrapperRefs": 0
|
|
}
|
|
} |