wraith/frontend/stores
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
..
auth.store.ts feat: nav bar (Home link), profile management, TOTP 2FA 2026-03-13 08:36:03 -04:00
connection.store.ts feat: frontend — auth flow, connection manager UI, host tree 2026-03-12 17:11:02 -04:00
session.store.ts fix: infinite remount loop — use stable key for session components 2026-03-14 01:51:31 -04:00