wraith/src
Vantz Stockwell beac33614a
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m53s
fix: window close hanging + add confirmation prompt
The onCloseRequested async handler was blocking window close when
save_workspace invoke hung or threw. Fixed with:
1. Confirmation dialog: "Are you sure you want to close Wraith?"
   (only shown if sessions are active, cancel prevents close)
2. Workspace save wrapped in Promise.race with 2s timeout so a
   stuck invoke can never block the close indefinitely

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:45:11 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components fix: local PowerShell garbled output + resize not propagating 2026-03-26 13:38:24 -04:00
composables fix: local PowerShell garbled output + resize not propagating 2026-03-26 13:38:24 -04:00
layouts fix: window close hanging + add confirmation prompt 2026-03-26 13:45:11 -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