Show error dialog on migration failure

This commit is contained in:
Gregory Schier
2025-06-04 11:20:28 -07:00
parent 2562cf7c55
commit 021f2171d6
6 changed files with 31 additions and 10 deletions

View File

@@ -17,7 +17,8 @@ sea-query-rusqlite = { version = "0.7.0", features = ["with-chrono"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = "0.10.9"
tauri = { workspace = true }
tauri = { workspace = true}
tauri-plugin-dialog = { workspace = true }
thiserror = "2.0.11"
tokio = { workspace = true }
ts-rs = { workspace = true, features = ["chrono-impl", "serde-json-impl"] }