wraith/src
Vantz Stockwell 5d472a6e53
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m50s
fix: window close hanging — replace onCloseRequested with auto-save
onCloseRequested async handler was permanently blocking window close
on Windows, even with the 2s timeout. The confirm() dialog and async
invoke chain prevented the close event from completing.

Fix: removed onCloseRequested entirely. Workspace now auto-saves
every 30 seconds via setInterval. Close button works immediately
with no handler blocking it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 15:46:23 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components fix: update checker uses Gitea releases API instead of Tauri updater 2026-03-26 15:16:42 -04:00
composables perf: RDP optimizations — binary IPC, frame throttle, fast PNG 2026-03-26 14:54:25 -04:00
layouts fix: window close hanging — replace onCloseRequested with auto-save 2026-03-26 15:46:23 -04:00
stores feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
App.vue feat: tab detach/reattach — pop sessions into separate windows 2026-03-25 15:37:49 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00