-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inspect UI improvements proposal #106
Comments
Second problem with header bad markup when text on the middle is big or browser size is not too wide to handle all stuff in header in one line. I purpose to set right min-width for page content container (can be used from some responsive standard). (@ssergiichuk already know all details about this standard sizes and how to work with them.) In attached screenshots we can see example of this problem. |
And third part is about server sector and quick connect improvement. I purpose to move this sections somehow to header and combine with middle text where moskito show current interval, server information and connection information. On second screenshot in first comment in this ticket we can see what i mean (check red arrows). With this proposal we can have more wide server selector and reduce information duplication on the page (i'm about server selector + header connection information). Also Quick Connect feature can be button joined with server selector combobox and show modal with required form fields. I think this will be useful because of rare usage of this feature (i think they usage is rare, or once per server, then we can select from general selector combobox). From my point of view this improvement will make page more elegant and lightweight. |
FIxed (hidden on small browser size)
We have so many different elements on header, it's not so good for responsive, but I think of another place where all this information is well displayed |
I mean:
But i know that you can provide a good solution for this improvement in this or other way. |
First problem/hack what can be improved is titles in server selector combobox.
Currently title for each element is concatenated from [name]@[host]:[port] and when result string is longer than width of sidebar - this string automatically wrapped but not in best way.
Hack solution for this is to use "space" character in configuration at the end of the "name" property.
This will help browser to wrap after name.
But when name or host name is long - this solution is not working.
In attached screenshots we can see example configuration and how it looks for us with this hack solution.
The text was updated successfully, but these errors were encountered: