wraith/src-tauri
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
..
capabilities feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
gen/schemas feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
windows fix: remove desktop shortcut from NSIS installer by default 2026-03-24 20:04:06 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock feat: RDP dynamic resize on window resize (MobaXTerm-style) 2026-03-30 10:44:43 -04:00
Cargo.toml feat: RDP dynamic resize on window resize (MobaXTerm-style) 2026-03-30 10:44:43 -04:00
installer.nsi.template feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
tauri.conf.json fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00