wip: desktop work

This commit is contained in:
Adam
2025-11-03 15:42:01 -06:00
parent 3d43214075
commit bd0a4f7bbe
3 changed files with 29 additions and 23 deletions

View File

@@ -827,7 +827,7 @@ export default function Page() {
title="Select file"
placeholder="Search files"
emptyMessage="No files found"
items={local.file.search}
items={local.file.searchFiles}
key={(x) => x}
onOpenChange={(open) => setStore("fileSelectOpen", open)}
onSelect={(x) => (x ? local.session.open(x) : undefined)}