Skip to content

Commit 7f7e622

Browse files
authored
dont let dax touch the ui (#16060)
1 parent 27447ba commit 7f7e622

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • packages/opencode/src/cli/cmd/tui/routes/session

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,8 +1878,10 @@ function Read(props: ToolProps<typeof ReadTool>) {
18781878
</InlineTool>
18791879
<For each={loaded()}>
18801880
{(filepath) => (
1881-
<box paddingLeft={5}>
1882-
<text fg={theme.textMuted}>⤷ Loaded {normalizePath(filepath)}</text>
1881+
<box paddingLeft={3}>
1882+
<text paddingLeft={3} fg={theme.textMuted}>
1883+
↳ Loaded {normalizePath(filepath)}
1884+
</text>
18831885
</box>
18841886
)}
18851887
</For>

0 commit comments

Comments
 (0)