wraith/src-tauri/src/commands
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
..
connections.rs feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
credentials.rs fix: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation tokens 2026-03-29 16:40:10 -04:00
docker_commands.rs 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
mcp_commands.rs fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
mod.rs feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00
pty_commands.rs feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
rdp_commands.rs fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
scanner_commands.rs feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
settings.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp_commands.rs feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh_commands.rs feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
theme_commands.rs feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
tools_commands_r2.rs 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
tools_commands.rs 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
updater.rs feat: migrate all artifacts to SeaweedFS — single source of truth 2026-03-26 15:52:10 -04:00
vault.rs fix: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation tokens 2026-03-29 16:40:10 -04:00
workspace_commands.rs feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00