wip: desktop work

This commit is contained in:
Adam 2025-10-23 15:27:31 -05:00
commit 3eb2db98ed
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
19 changed files with 1175 additions and 1103 deletions

View file

@ -1,5 +1,4 @@
import { useLocal } from "@/context"
import type { LocalFile } from "@/context/local"
import { useLocal, type LocalFile } from "@/context/local"
import { Tooltip } from "@opencode-ai/ui"
import { Collapsible, FileIcon } from "@/ui"
import { For, Match, Switch, Show, type ComponentProps, type ParentProps } from "solid-js"