CI / Build & Test (push) Successful in 3m52s
- Encode passwords as base64 (passwordB64) before persisting RDP and SSH connections to native host state, decoded back on load/refresh - Pre-fill password field when editing existing RDP or SSH connections - Fix Quick Actions "Add SSH/RDP Connection" buttons to call openAddSshModal(null) / openAddRdpModal(null) so forms are properly reset instead of showing stale data - Autofocus xterm.js terminal when SSH WebSocket connection is established - Redesign SSH and RDP connection cards with a two-row layout: label + actions in the top row, full hs:// key in a wrapping monospace meta row below; removes all JS truncation and CSS ellipsis clipping