sshs icon indicating copy to clipboard operation
sshs copied to clipboard

Pr/delete popup

Open hlsxx opened this issue 5 months ago • 0 comments

Delete function

I have added a popup window for deleting records.

  • Added window folder with a trait PopupWindow (I would happy to implement also feature for adding new records).
  • Created delete.rs which contains DeletePopupWindow.
  • Delete popup can be triggered with DELETE key.
  • Popup window includes confirmation YES/NO selection button.

Future improvements:

  • Currently I just clone() some data as app_configs or hosts. I suggest optimization for that in future work.
  • Hosts will be saved into the ~/.ssh/config file

hlsxx avatar Sep 15 '25 14:09 hlsxx