wraith/src/components/terminal
Vantz Stockwell 38cb1f7430
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m53s
fix: 6 UX regressions — popups, themes, cursor, selection, status bar
Popup windows (tools/editor/help):
- CSP broadened for macOS: added tauri: and https://tauri.localhost to
  default-src, https://ipc.localhost and tauri: to connect-src. WKWebView
  uses different IPC scheme than Windows WebView2.

Theme application:
- terminal.refresh() after theme change forces xterm.js canvas repaint
  of existing text — was only changing background, not text colors

Selection highlighting:
- Removed CSS .xterm-selection div rule entirely — xterm.js v6 canvas
  renderer doesn't use DOM selection divs, the CSS was a no-op that
  conflicted with theme-driven selectionBackground

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 10:08:13 -04:00
..
LocalTerminalView.vue fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:08:13 -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 10:08:13 -04:00