wraith/src
Vantz Stockwell 703ebdd557
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m51s
fix: Rust-side window creation + RDP tab switch layout delay
Tool/help/editor/detach windows:
- Moved ALL child window creation from JS-side WebviewWindow to
  Rust-side WebviewWindowBuilder via new open_child_window command.
  JS WebviewWindow on macOS WKWebView was creating windows that
  never fully initialized — the webview content process failed
  silently. Rust-side creation uses the proper main thread context.
- All four call sites (tool, help, editor, detach) now use invoke()
- Errors surface as alert() instead of silent failure

RDP tab switch:
- Immediate force_refresh on tab activation for instant visual feedback
- 300ms delayed dimension check (was double-rAF which was too fast)
- If dimensions changed, resize + 500ms delayed refresh for clean repaint
- Fixes 3/4 resolution rendering after copilot panel toggle

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 14:29:14 -04:00
..
assets fix: MonitorBar squeezed by terminal container height: 100% 2026-03-30 13:07:43 -04:00
components fix: Rust-side window creation + RDP tab switch layout delay 2026-03-30 14:29:14 -04:00
composables fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 11:13:54 -04:00
layouts fix: Rust-side window creation + RDP tab switch layout delay 2026-03-30 14:29:14 -04:00
stores refactor: Vue 3 state, TypeScript, and lifecycle improvements 2026-03-29 16:53:17 -04:00
App.vue fix: synchronous ToolWindow import + bars to 48px/16px 2026-03-30 13:35:39 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00