onyx-tasks/apps/tauri/src-tauri
Claude 01bd4672c1
refactor(tauri): drop redundant handle clone in start_watcher
start_watcher takes handle: tauri::AppHandle by value, then immediately did let handle = handle.clone() before moving it into the file-watcher closure. The intermediate clone has no purpose: the parameter is unused outside the closure, so the move can take it directly.

https://claude.ai/code/session_01Vk2NBZGFP3YVshDj1CwDjt
2026-04-29 07:12:29 +00:00
..
capabilities Introduce windowDecorations enum with three options 2026-04-14 06:02:30 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src refactor(tauri): drop redundant handle clone in start_watcher 2026-04-29 07:12:29 +00:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
tauri.conf.json feat: add MSI to Windows bundle targets 2026-04-03 03:48:21 -07:00