tui: remove shimmer working indicator from prompt component

This commit is contained in:
Dax Raad 2025-09-23 18:28:39 -04:00
parent 8257e135b7
commit dd03368a85

View file

@ -204,7 +204,6 @@ export function Prompt(props: PromptProps) {
<text>
esc <span style={{ fg: Theme.textMuted }}>interrupt</span>
</text>
<Shimmer text="working" color={Theme.text} />
</box>
</Match>
<Match when={true}>