matthiaaas / ftp

[v2 announced!] React based Electron (S)FTP desktop application
https://transflow.co
MIT License
58 stars 3 forks source link

Confusing "save connection" behavior #48

Open Fensterbank opened 4 years ago

Fensterbank commented 4 years ago

What happens:

The button has nothing to do with the form, it is bound to the active connection. This explains why this button was disabled when I created the first connection. I was confused, I cannot save it, but the reason was that I did not have an active connection.

What do users expect:

matthiaaas commented 4 years ago

Agree. Added a bookmark action item to the Dashboard in 1c8a4b0

grafik

Should it be removed from the login?

tobimori commented 4 years ago

@matthiaaas I'd rather change its behaviour to a check box, so that'll save it after a succesful connection.

Fensterbank commented 4 years ago

I agree on both cases.

Dudeplayz commented 4 years ago
  1. The bookmark action item should be always visible to also allow removing of the bookmark. Indicated by filled or unfilled icon.
  2. Agree to checkbox.
  3. Make it possible to add a bookmark without connecting.