blocktronics / moebius

Modern ANSI & ASCII Art Editor
https://blocktronics.github.io/moebius/
Apache License 2.0
756 stars 41 forks source link

Provide "Favorites" of Servers to Connect #142

Closed christianvozar closed 4 years ago

christianvozar commented 4 years ago

Application would provide a list of favorite servers to connect for those artists with many servers they want to remember.

Shout out to @bart-d for the last server being populated, that made me think a favorites drop down would really enhance this.

andyherbert commented 4 years ago

I think the obvious (and least work for me) way to do this is to provide "add to bookmarks", and have a Bookmarks menu like a web browser that stores the user, server, route, and password.

The annoying part would be implanting the UI to rearrange and edit the list.

andyherbert commented 4 years ago

Could multi-purpose the current "Connect to server" requester with a listview and save/delete button which would provide the minimum amount of functionality

christianvozar commented 4 years ago

Least amount of work is ideal.

bart-d commented 4 years ago

image

added in 16ea7b9150642873d851ca13dbdaa63c6aac9a70, thanks!