onyx-tasks/apps/tauri/src-tauri
Tristan Michael c138a8bcf6 fix(gui): wire sync credentials, fix memory leak, race condition, add delete confirmations
- Add load_credentials Tauri command and use it in triggerSync() instead
  of passing empty username/password strings
- Replace raw __TAURI_INTERNALS__.invoke() with proper invoke import in
  SettingsScreen
- Wrap window event listeners in $effect() with cleanup to prevent
  memory leak on component remount
- Return created Task from createTask() and use it directly in
  NewTaskInput instead of guessing from array index
- Add confirm() dialogs before deleting tasks, lists, and workspaces
2026-03-30 16:24:46 -07:00
..
capabilities Frameless transparent window with custom title bar 2026-03-30 07:54:17 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src fix(gui): wire sync credentials, fix memory leak, race condition, add delete confirmations 2026-03-30 16:24:46 -07:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock docs: update documentation, add LICENSE, fix outdated info 2026-03-30 16:24:46 -07:00
Cargo.toml docs: update documentation, add LICENSE, fix outdated info 2026-03-30 16:24:46 -07:00
tauri.conf.json Switch to opaque frameless window for cross-platform reliability 2026-03-30 10:10:08 -07:00