gitbutler/crates/gitbutler-tauri
Sebastian Thiel be4cd36986
clarify some TODOs to avoid keeping them for too long
Note that the comment above 'deltas' merely removed, as it wasn't actionable
without changing the frontend, which can probably already deal with
multiple of these.

Now that types are better understood though, it was straightforward to
change the type of `file_path` to not be a string, which now is even
clearer of a necessity thanks to the `tauri`-independent `watcher` crate.

Also, remove a comment related to the lack of worktree support.
It now fails gracefully, and that will come up again if support should be added.
2024-04-21 11:35:26 +02:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src clarify some TODOs to avoid keeping them for too long 2024-04-21 11:35:26 +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 enable devtools on release builds, too 2024-04-19 15:17:44 +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 happy 2024 2024-04-16 18:17:51 +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