wip: desktop work

This commit is contained in:
Adam 2025-11-03 15:42:01 -06:00
commit bd0a4f7bbe
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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)}