Commit aa08377
committed
fix: Improve error handling and remove Tauri dependencies
- Replace expect() with proper error handling in main.rs (tokio runtime)
- Replace nested expect() with match statements in app.rs (AppState fallback)
- Add better error messages and graceful error handling
- Update dependencies (reqwest 0.12.28, tokio 1.48.0)
- Fix Makefile: Replace bitvault-ui references with bitvault-app
- Fix Dockerfile: Remove Tauri/trunk dependencies (using egui/eframe, not Tauri)
- Update Cargo.lock with latest dependency versions
Note: Vulnerabilities in bitvault-ui are from a different project.
This project uses egui/eframe, not Tauri.1 parent 8c8bc5f commit aa08377
File tree
5 files changed
+1060
-956
lines changed- bitvault-app/src
5 files changed
+1060
-956
lines changed
0 commit comments