codemancers / rbkit-client

Rbkit Desktop application
http://rbkit.codemancers.com
GNU General Public License v2.0
33 stars 7 forks source link

Proposal: Updated layout for ask host popup box #182

Open kgrz opened 9 years ago

kgrz commented 9 years ago

I've fiddled with the ask host popup. The changes are:

Change the form to have three items: Server IP field, port field for
events and another port field for commands. We've simplified this way
since one server has only a single IP. This keeps the form clean.

Other changes:
 * Change font to Lucida Grande. We use Lucida Grande for other items.
   It makes sense to extend that to everything else.
 * Change button text from "Ok" to "Connect".

The changes can be previewed in https://github.com/code-mancers/rbkit-client/tree/update-askhost-ui branch

screenshot 2015-07-06 18 54 11

emilsoman commented 9 years ago

:+1: for this. Btw, I think this will change when we implement #184 . I guess we'll have 2 options in the future : "Websocket" and "ZMQ".