|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m14s
Cursor blinking (ACTUALLY fixed this time): - handleFocus() was STILL missing due to botched duplicate removal in v1.12.1. Now defined once at line 80, no duplicates. - vue-tsc --noEmit now runs clean (was erroring with TS2393) Tool windows: - App.vue now has onErrorCaptured + error display overlay so tool window crashes show the error instead of silently closing - defineAsyncComponent uses object form with onError callback for logging Selection highlighting: - Changed from rgba(88,166,255,0.4) transparent to solid #264f78 (VS Code's selection color) — always visible on dark backgrounds - Applied to default theme, TerminalView applyTheme, LocalTerminalView CSP: - Simplified to 'self' 'unsafe-inline' asset: for default-src - Separate connect-src for IPC protocols Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| useKeyboardShortcuts.ts | ||
| useRdp.ts | ||
| useSftp.ts | ||
| useTerminal.ts | ||
| useTransfers.ts | ||