wraith/src-tauri/src
Vantz Stockwell 2838af4ee7
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m54s
fix: 6 UX regressions — popups, themes, cursor, selection, status bar
Cursor blinking:
- handleFocus() was referenced in TerminalView template but never
  defined in script — clicking the terminal container threw a runtime
  error preventing focus. Added the missing function.
- Removed duplicate handleFocus at end of file

Tool windows:
- CSP simplified for macOS WKWebView compatibility. Previous CSP
  was blocking child WebviewWindow IPC initialization.

RDP tab switch:
- Added rdp_force_refresh command that marks frame_dirty=true and
  clears dirty region, forcing next get_frame to return full buffer
- Called on tab activation and after resize completion
- Eliminates 4-5 second wait for "keyframe" when switching tabs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 10:58:45 -04:00
..
bin fix: SEC-1/SEC-2 shell escape utility + MCP bearer token auth 2026-03-29 16:40:13 -04:00
commands fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
connections perf: double-buffered RDP frames + frontend rAF throttling 2026-03-30 09:19:40 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
mcp perf: double-buffered RDP frames + frontend rAF throttling 2026-03-30 09:19:40 -04:00
pty fix: MCP bridge built, signed, and shipped in CI releases 2026-03-25 12:55:17 -04:00
rdp fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
scanner perf: double-buffered RDP frames + frontend rAF throttling 2026-03-30 09:19:40 -04:00
settings perf: PERF-1/2/3 scrollback bulk write, RDP binary IPC, settings dedup 2026-03-29 16:40:08 -04:00
sftp refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
ssh refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
theme refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
vault fix: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation tokens 2026-03-29 16:40:10 -04:00
workspace refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
lib.rs fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
utils.rs fix: SEC-1/SEC-2 shell escape utility + MCP bearer token auth 2026-03-29 16:40:13 -04:00