Merge pull request #56 from johndoe6345789/codex/refactor-navigationmenu-into-subcomponents

Refactor NavigationMenu into subcomponents and move labels to JSON
This commit is contained in:
2026-01-18 00:43:08 +00:00
committed by GitHub
2 changed files with 162 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
{
"labels": {
"title": "Navigation",
"expandAll": "Expand All",
"collapseAll": "Collapse All"
}
}