onyx-tasks/apps/tauri/src-tauri
Tristan Michael 3c11539f02 fix: harden Tauri backend — replace unwrap panics, fix watcher lifecycle, strengthen CSP
Replace all .unwrap() calls on repo with repo_ref()/repo_mut() helpers
that return error strings instead of panicking. Stop the old file watcher
before starting a new one on workspace switch to prevent accumulation.
Add object-src and base-uri directives to CSP.
2026-04-02 09:37:43 -07:00
..
capabilities rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src fix: harden Tauri backend — replace unwrap panics, fix watcher lifecycle, strengthen CSP 2026-04-02 09:37:43 -07:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock fix: harden sync safety — conflict backup, timestamp parsing, credential zeroization 2026-04-02 09:37:43 -07:00
Cargo.toml Gate desktop-only deps for Tauri Android compilation 2026-04-01 17:35:57 -07:00
tauri.conf.json fix: harden Tauri backend — replace unwrap panics, fix watcher lifecycle, strengthen CSP 2026-04-02 09:37:43 -07:00