wraith/frontend/composables
Vantz Stockwell 9e30e5915f fix: SFTP sidebar empty on load — list sent before WebSocket open
The list('/') call fired immediately after connect(), but the
WebSocket was still in CONNECTING state so send() silently dropped
the message. Now buffers the initial list request and sends it
in the onopen callback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:56:59 -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: SFTP sidebar empty on load — list sent before WebSocket open 2026-03-14 01:56:59 -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