Merge pull request #43 from johndoe6345789/codex/refactor-app-components-into-separate-files

Refactor app layout components and centralize shortcut strings
This commit is contained in:
2026-01-18 00:34:37 +00:00
committed by GitHub
13 changed files with 692 additions and 825 deletions

View File

@@ -0,0 +1,13 @@
{
"shortcuts": {
"search": "Search",
"shortcuts": "Shortcuts",
"preview": "Preview"
},
"messages": {
"loading": "Loading CodeForge...",
"projectLoaded": "Project loaded",
"aiComingSoon": "AI generation coming soon",
"exportComingSoon": "Export coming soon"
}
}