mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
Merge pull request #45 from johndoe6345789/codex/refactor-componenttreeviewer-into-components
Refactor ComponentTreeViewer into subcomponents and externalize copy
This commit is contained in:
31
src/data/component-tree-viewer.json
Normal file
31
src/data/component-tree-viewer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "Component Trees",
|
||||
"subtitle": "Molecules and organisms loaded from JSON",
|
||||
"loadedLabel": "trees loaded",
|
||||
"reloadLabel": "Reload"
|
||||
},
|
||||
"tabs": {
|
||||
"molecules": "Molecules",
|
||||
"organisms": "Organisms",
|
||||
"all": "All"
|
||||
},
|
||||
"status": {
|
||||
"errorTitle": "Error loading component trees",
|
||||
"selectPrompt": "Select a tree to view details"
|
||||
},
|
||||
"labels": {
|
||||
"rootNodes": "root nodes",
|
||||
"id": "ID",
|
||||
"structureTitle": "Component Tree Structure",
|
||||
"props": "Props"
|
||||
},
|
||||
"categories": {
|
||||
"molecule": "molecule",
|
||||
"organism": "organism"
|
||||
},
|
||||
"toast": {
|
||||
"reloadSuccess": "Component trees reloaded from JSON",
|
||||
"reloadError": "Failed to reload component trees"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user