wip(app): progress

This commit is contained in:
Adam 2026-01-01 21:02:57 -06:00
commit e6ba241045
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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) => (