Replace .expect() in config path resolution with a fallback default. Replace all .lock().unwrap() on Tauri AppState mutex with a helper that converts poisoned locks into error strings. Replace .expect() on Android app data dir with proper error propagation. Handle LAST_WRITE and WATCHER global mutex locks gracefully. Propagate subtask cascade delete errors instead of silently ignoring them. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||