gitbutler/crates/gitbutler-tauri
Sebastian Thiel e2ef2dc721
Only watch a single project at a time.
Previously it would watch every registered project, which could incur more work
on all parts of the application than necessary.

Now UI sends an event that indicates which project is active, allowing the
watch to be setup in that very moment. It's worth noting that the previously
watched project is automatically deregistered.
2024-04-15 07:19:15 +02:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src Only watch a single project at a time. 2024-04-15 07:19:15 +02:00
tests collect filemonitor events into lists to avoid excessive recomputation. 2024-04-15 07:11:16 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
Cargo.toml parallelize the delta computation 2024-04-15 07:11:16 +02:00
inject-git-binaries.sh update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.nightly.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.release.json removed bail on release windows ci builds 2024-04-09 21:14:56 +02:00