diff --git a/app/projects/[id]/editor/page.tsx b/app/projects/[id]/editor/page.tsx index f098c558..6933a404 100644 --- a/app/projects/[id]/editor/page.tsx +++ b/app/projects/[id]/editor/page.tsx @@ -12,7 +12,6 @@ import { CommitMessageDialog } from "@/components/editor/CommitMessageDialog"; import { AddEntityDialog, type NewEntityInfo } from "@/components/editor/AddEntityDialog"; import { useToast } from "@/lib/context/ToastContext"; import { ModeSwitcher } from "@/components/editor/ModeSwitcher"; -import { ContinuousEditingToggle } from "@/components/editor/ContinuousEditingToggle"; import { DeveloperEditorLayout } from "@/components/editor/developer/DeveloperEditorLayout"; import { StandardEditorLayout } from "@/components/editor/standard/StandardEditorLayout"; import { BranchSelector, RevisionHistoryPanel, HistoryButton } from "@/components/revision"; @@ -823,18 +822,17 @@ export default function EditorPage() {
- - Back + + Close Editor

{project.name}

{totalClasses} classes {/* Mode Switcher */} - {canSuggest && } {/* Suggestion mode indicator */} {isSuggestionMode && ( diff --git a/app/projects/[id]/page.tsx b/app/projects/[id]/page.tsx index 490ad2a0..5d755474 100644 --- a/app/projects/[id]/page.tsx +++ b/app/projects/[id]/page.tsx @@ -258,7 +258,7 @@ function ViewerContent({ {/* Open Editor / Sign In */} {canSuggest ? ( - +