Speed up initial folder listing by checking each subfolder for the .onyx-workspace.json marker in parallel instead of sequentially. This uses futures::future::join_all to run multiple PROPFIND/list_files calls concurrently, reducing latency when detecting workspaces across many subdirectories. Also add the futures 0.3 dependency to the Tauri Cargo.toml and lockfile so the async utilities are available. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||