|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m17s
Workspace restore was running synchronously in onMounted which could crash if saved connection IDs were stale. The import of @tauri-apps/api/window for onCloseRequested could also fail in certain contexts. Fix: defer restore to setTimeout(500ms) so the app renders first, wrap each reconnect in individual try/catch, wrap the window close listener setup in try/catch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| composables | ||
| layouts | ||
| stores | ||
| App.vue | ||
| env.d.ts | ||
| main.ts | ||