Compare commits

...

1 Commits

Author SHA1 Message Date
Kit Langton a797125de1 fix(tui): preserve prompt footer actions 2026-07-15 17:17:39 -04:00
+1 -1
View File
@@ -1577,7 +1577,7 @@ export function Prompt(props: PromptProps) {
</Show>
</Match>
</Switch>
<box gap={2} flexDirection="row">
<box gap={2} flexDirection="row" flexShrink={0}>
<Show when={editorContextLabelState() !== "none" ? editorFileLabelDisplay() : undefined}>
{(file) => (
<text fg={editorContextLabelState() === "pending" ? theme.secondary : theme.textMuted}>{file()}</text>