wraith/src/composables
Vantz Stockwell c4335e0b4f
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m14s
fix: 6 UX regressions — popups, themes, cursor, selection, status bar
Cursor blinking (ACTUALLY fixed this time):
- handleFocus() was STILL missing due to botched duplicate removal in
  v1.12.1. Now defined once at line 80, no duplicates.
- vue-tsc --noEmit now runs clean (was erroring with TS2393)

Tool windows:
- App.vue now has onErrorCaptured + error display overlay so tool window
  crashes show the error instead of silently closing
- defineAsyncComponent uses object form with onError callback for logging

Selection highlighting:
- Changed from rgba(88,166,255,0.4) transparent to solid #264f78
  (VS Code's selection color) — always visible on dark backgrounds
- Applied to default theme, TerminalView applyTheme, LocalTerminalView

CSP:
- Simplified to 'self' 'unsafe-inline' asset: for default-src
- Separate connect-src for IPC protocols

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 11:13:54 -04:00
..
useKeyboardShortcuts.ts refactor: extract keyboard shortcuts composable + 5 UX bug fixes 2026-03-29 16:53:46 -04:00
useRdp.ts fix: TS2345 null check on canvas context in RDP frame loop 2026-03-30 10:39:56 -04:00
useSftp.ts refactor: Vue 3 state, TypeScript, and lifecycle improvements 2026-03-29 16:53:17 -04:00
useTerminal.ts fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 11:13:54 -04:00
useTransfers.ts feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00