From 8a9b4245b4dc75838e3b5ad0ff329c492a89cc41 Mon Sep 17 00:00:00 2001
From: Adam <2363879+adamdotdevin@users.noreply.github.com>
Date: Wed, 24 Dec 2025 20:30:52 -0600
Subject: chore: cleanup dead code
---
packages/app/src/components/file-tree.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'packages/app/src/components')
diff --git a/packages/app/src/components/file-tree.tsx b/packages/app/src/components/file-tree.tsx
index 0841c71d1..3439d366c 100644
--- a/packages/app/src/components/file-tree.tsx
+++ b/packages/app/src/components/file-tree.tsx
@@ -2,7 +2,7 @@ import { useLocal, type LocalFile } from "@/context/local"
import { Collapsible } from "@opencode-ai/ui/collapsible"
import { FileIcon } from "@opencode-ai/ui/file-icon"
import { Tooltip } from "@opencode-ai/ui/tooltip"
-import { For, Match, Switch, Show, type ComponentProps, type ParentProps } from "solid-js"
+import { For, Match, Switch, type ComponentProps, type ParentProps } from "solid-js"
import { Dynamic } from "solid-js/web"
export default function FileTree(props: {
@@ -57,14 +57,14 @@ export default function FileTree(props: {
"text-text-muted/40": p.node.ignored,
"text-text-muted/80": !p.node.ignored,
// "!text-text": local.file.active()?.path === p.node.path,
- "!text-primary": local.file.changed(p.node.path),
+ // "!text-primary": local.file.changed(p.node.path),
}}
>
{p.node.name}
-
-
-
+ {/* */}
+ {/* */}
+ {/* */}
)
--
cgit v1.2.3