wraith/src/components/tools
Vantz Stockwell 9c3afa39bd
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m48s
feat: Help menu + fix tab detach rendering
Help menu (File → Help):
- Getting Started guide (connections, SFTP, copilot, tabs)
- Keyboard Shortcuts reference table
- MCP Integration page (setup command, all 18 tools documented,
  bridge path auto-populated, architecture explanation)
- About page with version and tech stack
- Opens as a tabbed popup window

Tab detach fixes:
- Added detached-*, editor-*, help-* to capabilities window list
  (detached windows had no event permissions — silent failure)
- SessionContainer filters out detached sessions (active=false)
  so the main window stops rendering the terminal when detached
- Terminal now only renders in the detached popup window

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:07:45 -04:00
..
BandwidthTest.vue feat: Tools R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -04:00
DnsLookup.vue feat: Tools R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -04:00
DockerPanel.vue feat: tab notifications, session persistence, Docker panel, drag reorder sidebar 2026-03-25 11:50:49 -04:00
FileEditor.vue feat: SFTP editor opens as popup window instead of inline overlay 2026-03-25 00:58:09 -04:00
HelpWindow.vue feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
NetworkScanner.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
PasswordGen.vue fix: PasswordGen TS error — navigator not available in Vue template scope 2026-03-25 00:23:51 -04:00
PingTool.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
PortScanner.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
SshKeyGen.vue fix: remove unused variable in SshKeyGen 2026-03-25 01:21:04 -04:00
SubnetCalc.vue feat: Tools R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -04:00
ToolWindow.vue feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
TracerouteTool.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
WakeOnLan.vue feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
WhoisTool.vue feat: Tools R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -04:00