mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
tui: improve toolcall duration visual alignment by adding consistent indentation
This commit is contained in:
@@ -1990,7 +1990,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
||||
</Show>
|
||||
</Show>
|
||||
<Show when={duration() && props.part.state.status === "completed"}>
|
||||
{"\n↳ "}
|
||||
{"\n ↳ "}
|
||||
{tools().length} toolcalls · {Locale.duration(duration())}
|
||||
</Show>
|
||||
</InlineTool>
|
||||
|
||||
Reference in New Issue
Block a user