wraith/frontend/pages
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
..
vault fix: inline vault modals to fix rendering issue 2026-03-13 09:30:13 -04:00
index.vue fix: infinite remount loop — use stable key for session components 2026-03-14 01:51:31 -04:00
login.vue feat: replace WRAITH text with ghost logo in nav bar and login 2026-03-13 09:16:21 -04:00
profile.vue feat: nav bar (Home link), profile management, TOTP 2FA 2026-03-13 08:36:03 -04:00