wip(desktop): progress

This commit is contained in:
Adam 2025-12-15 06:34:08 -06:00
commit 5fbcb203f5
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 134 additions and 17 deletions

View file

@ -139,6 +139,7 @@ function DialogCommand(props: { options: CommandOption[] }) {
emptyMessage="No commands found"
items={() => props.options.filter((x) => !x.id.startsWith("suggested.") || !x.disabled)}
key={(x) => x?.id}
filterKeys={["title", "description", "category"]}
groupBy={(x) => x.category ?? ""}
onSelect={(option) => {
if (option) {