Skip to content

Commit 75e5777

Browse files
authored
fix: remove duplicate mode indicator (#451)
1 parent 91dd6f2 commit 75e5777

2 files changed

Lines changed: 0 additions & 74 deletions

File tree

apps/array/src/renderer/features/sessions/components/ModeIndicator.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

apps/array/src/renderer/features/sessions/components/SessionView.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
} from "../stores/sessionViewStore";
2222
import { ConversationView } from "./ConversationView";
2323
import { InlinePermissionSelector } from "./InlinePermissionSelector";
24-
import { ModeIndicator } from "./ModeIndicator";
2524
import { PlanStatusBar } from "./PlanStatusBar";
2625
import { RawLogsView } from "./raw-logs/RawLogsView";
2726

@@ -214,16 +213,6 @@ export function SessionView({
214213
<ContextMenu.Root>
215214
<ContextMenu.Trigger>
216215
<Flex direction="column" height="100%" className="bg-gray-1">
217-
{taskId && (
218-
<Flex
219-
px="3"
220-
py="2"
221-
justify="end"
222-
className="border-gray-4 border-b"
223-
>
224-
<ModeIndicator taskId={taskId} />
225-
</Flex>
226-
)}
227216
{showRawLogs ? (
228217
<RawLogsView events={events} />
229218
) : (

0 commit comments

Comments
 (0)