wraith/src/stores
Vantz Stockwell ff9fc798c3
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m5s
fix: resolve 8 Vue 3 lifecycle and component issues
VUE-1: store workspace save interval ID, clear in onUnmounted
VUE-2: extract beforeunload handler to named function, remove in onUnmounted
VUE-3: move useTerminal() to <script setup> top level in DetachedSession
VUE-4: call useTerminal() before nextTick await in CopilotPanel launch()
VUE-5: remove duplicate ResizeObserver from LocalTerminalView (useTerminal already creates one)
VUE-6: store terminal.onResize() IDisposable, dispose in onBeforeUnmount
VUE-7: extract connectSsh(), connectRdp(), resolveCredentials() from 220-line connect()
VUE-8: check session protocol before ssh_resize vs pty_resize in TerminalView

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 16:38:00 -04:00
..
app.store.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
connection.store.ts feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
session.store.ts fix: resolve 8 Vue 3 lifecycle and component issues 2026-03-29 16:38:00 -04:00