chore: generate
This commit is contained in:
@@ -1992,7 +1992,9 @@ ToolRegistry.register({
|
|||||||
<Show when={running()}>
|
<Show when={running()}>
|
||||||
<span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
|
<span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
|
||||||
<Show when={newLayout()} fallback={<Spinner />}>
|
<Show when={newLayout()} fallback={<Spinner />}>
|
||||||
<SessionProgressIndicatorV2 style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }} />
|
<SessionProgressIndicatorV2
|
||||||
|
style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }}
|
||||||
|
/>
|
||||||
</Show>
|
</Show>
|
||||||
</span>
|
</span>
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
Reference in New Issue
Block a user