wraith/src/components/terminal
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
..
LocalTerminalView.vue fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 11:13:54 -04:00
MonitorBar.vue refactor: extract keyboard shortcuts composable + 5 UX bug fixes 2026-03-29 16:53:46 -04:00
TerminalView.vue fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 11:13:54 -04:00