wip(app): progress

This commit is contained in:
Adam
2026-01-01 21:02:57 -06:00
parent cd2c160cf6
commit e6ba241045
2 changed files with 2 additions and 2 deletions

View File

@@ -1460,7 +1460,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
</div>
</div>
</Show>
<Show when={prompt.context.items().length > 0 || !!activeFile()}>
<Show when={false && (prompt.context.items().length > 0 || !!activeFile())}>
<div class="flex flex-wrap items-center gap-2 px-3 pt-3">
<Show when={prompt.context.activeTab() ? activeFile() : undefined}>
{(path) => (