feat(desktop): clearly labeled Close connection control in ribbon #72
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/VAPP-57-desktop-close-connection-ribbon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The remote-desktop card header already serves as the top ribbon, hosting the VAPP-52 viewport modes (Fit/Full size/Scaled) and the session controls (Quality, Capture, Detach, Refresh). Its disconnect control read only "Close", which is ambiguous (close the pane vs. close the connection) and visually indistinct from the other buttons.
Relabel it "Close connection", give it the danger styling, and add a tooltip so the ribbon carries an obvious, deliberate in-app disconnect. Behavior is unchanged: it calls on_close, which unmounts the pane and lets use_drop close the WebSocket so the agent stops capturing, tearing the session down cleanly.
#VAPP-57