wraith/src
Vantz Stockwell 2307fbe65f
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m8s
fix: terminal resize on tab switch + flickering from activity marking
Resize fix:
- ResizeObserver now checks contentRect dimensions before fitting
- Ignores resize events when container width/height < 50px (hidden tab)
- Prevents xterm.js from calculating 8-char columns on zero-width containers

Flickering fix:
- markActivity throttled to once per second per session
- Was firing on every single data event (hundreds per second during
  active output), triggering Vue reactivity updates on the sessions
  array, causing tab bar and session container re-renders

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 16:48:43 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components feat: terminal_type MCP tool + tab resize fix + close confirmation 2026-03-26 16:21:53 -04:00
composables fix: terminal resize on tab switch + flickering from activity marking 2026-03-26 16:48:43 -04:00
layouts feat: terminal_type MCP tool + tab resize fix + close confirmation 2026-03-26 16:21:53 -04:00
stores feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
App.vue feat: tab detach/reattach — pop sessions into separate windows 2026-03-25 15:37:49 -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