tui: improve toolcall duration visual alignment by adding consistent indentation

This commit is contained in:
Dax Raad
2026-03-03 13:16:26 -05:00
parent 5527b4ea4d
commit ce9900dca0

View File

@@ -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>