wip: desktop work

This commit is contained in:
Adam
2025-10-28 06:20:43 -05:00
parent e29dd27632
commit 1da24f6adb
5 changed files with 17 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<FileIcon node={{ path: i, type: "file" }} class="shrink-0 size-4" />
<div class="flex items-center text-14-regular">
<span class="text-text-weak whitespace-nowrap overflow-hidden overflow-ellipsis truncate min-w-0">
{getDirectory(i)}/
{getDirectory(i)}
</span>
<span class="text-text-strong whitespace-nowrap">{getFilename(i)}</span>
</div>