(qol): add delete mobile app script
All checks were successful
/ deploy (push) Successful in 14m53s

(qol): updated todos
(fix): small px-2 that shouldn't be there
(feat): turn focus reconnect into a continuous reconnect
This commit is contained in:
Alois 2026-05-10 00:08:54 +02:00
commit 30722b6168
14 changed files with 93 additions and 9 deletions

View file

@ -4573,6 +4573,18 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-plugin-app-events"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e625f35abcfc422c7c4af8b348d2069cdf387a39c12429fdce570137d02f069"
dependencies = [
"serde",
"tauri",
"tauri-plugin",
"thiserror 1.0.69",
]
[[package]]
name = "tauri-plugin-barcode-scanner"
version = "2.4.4"
@ -4834,6 +4846,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-build 2.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",
"tauri-plugin-opener",