Merge pull request #45 from johndoe6345789/codex/refactor-componenttreeviewer-into-components

Refactor ComponentTreeViewer into subcomponents and externalize copy
This commit is contained in:
2026-01-18 00:36:24 +00:00
committed by GitHub
2 changed files with 283 additions and 233 deletions

View 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"
}
}