add new Context Menu for file Explorer

fix blocking UI
when select the file in Status also select in the file History
This commit is contained in:
Christoph Brandau
2026-07-02 16:24:38 +02:00
parent 794680a696
commit e3df75cc38
11 changed files with 399 additions and 75 deletions
+13 -13
View File
@@ -1392,6 +1392,19 @@ dependencies = [
"winapi",
]
[[package]]
name = "git_lite"
version = "0.1.0"
dependencies = [
"keyring",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-updater",
]
[[package]]
name = "glib"
version = "0.18.5"
@@ -4121,19 +4134,6 @@ dependencies = [
"toml 1.1.2+spec-1.1.0",
]
[[package]]
name = "tauri_git_lite"
version = "0.1.0"
dependencies = [
"keyring",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-updater",
]
[[package]]
name = "tempfile"
version = "3.27.0"