wraith/frontend/composables
Vantz Stockwell aa457b54d4 fix: infinite remount loop — use stable key for session components
When replaceSession changed the session ID from pending-XXX to a
real UUID, Vue's :key="session.id" treated it as a new element,
destroyed and recreated TerminalInstance, which called connectToHost
again, got another UUID, replaced again — infinite loop.

Added a stable `key` field to sessions that never changes after
creation, used as the Vue :key instead of the mutable `id`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:51:31 -04:00
..
useRdp.ts fix: infinite remount loop — use stable key for session components 2026-03-14 01:51:31 -04:00
useSftp.ts fix: move WebSocket paths under /api/ prefix to work through NPM proxy 2026-03-13 15:13:45 -04:00
useTerminal.ts fix: infinite remount loop — use stable key for session components 2026-03-14 01:51:31 -04:00
useTerminalThemes.ts feat: Termius-inspired UI — right sidebar, host counts, terminal themes 2026-03-13 10:19:57 -04:00
useVault.ts feat: vault management UI — SSH key import + credential CRUD 2026-03-12 17:30:59 -04:00