mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
feat(web): open projects
This commit is contained in:
parent
ae53f876f1
commit
a576fdb5e4
9 changed files with 295 additions and 77 deletions
|
|
@ -17,7 +17,7 @@ export type Platform = {
|
|||
/** Send a system notification (optional deep link) */
|
||||
notify(title: string, description?: string, href?: string): Promise<void>
|
||||
|
||||
/** Open native directory picker dialog (Tauri only) */
|
||||
/** Open directory picker dialog (native on Tauri, server-backed on web) */
|
||||
openDirectoryPickerDialog?(opts?: { title?: string; multiple?: boolean }): Promise<string | string[] | null>
|
||||
|
||||
/** Open native file picker dialog (Tauri only) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue