diff --git a/src/components/CodeEditor.tsx b/src/components/CodeEditor.tsx index 21b58d7..4fe3a0f 100644 --- a/src/components/CodeEditor.tsx +++ b/src/components/CodeEditor.tsx @@ -6,7 +6,7 @@ import { useAIOperations } from '@/hooks/use-ai-operations' import { EditorToolbar } from '@/components/molecules/EditorToolbar' import { MonacoEditorPanel } from '@/components/molecules/MonacoEditorPanel' import { EmptyEditorState } from '@/components/molecules/EmptyEditorState' -import { CodeExplanationDialog } from '@/components/molecules/CodeExplanationDialog' +import { CodeExplanationDialog } from '@/lib/json-ui/json-components' interface CodeEditorProps { files: ProjectFile[] diff --git a/src/components/molecules/AppBranding.tsx b/src/components/molecules/AppBranding.tsx deleted file mode 100644 index 07d9b37..0000000 --- a/src/components/molecules/AppBranding.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { AppLogo } from '@/components/atoms' - -export function AppBranding() { - return ( -
{workflow.name}
- {renderBadge(workflow.status, workflow.conclusion)} -{workflow.name}
- -- {getBadgeMarkdown(workflow.path, workflow.name)} -
-{branch}
-{workflow.name}
- -{error}
- -{copy.empty.body}
-{storageSettingsCopy.molecule.flaskHelp}
-{storageSettingsCopy.molecule.backendDetails.indexeddb}
-{storageSettingsCopy.molecule.backendDetails.sqlite}
-{storageSettingsCopy.molecule.backendDetails.flask}
-{storageSettingsCopy.molecule.dataHelp}
-