Skip to content
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

Version 3.0 - UI rendering issues #11

Closed
NickPyz opened this issue May 22, 2014 · 7 comments
Closed

Version 3.0 - UI rendering issues #11

NickPyz opened this issue May 22, 2014 · 7 comments

Comments

@NickPyz
Copy link

NickPyz commented May 22, 2014

In portrait mode, UI boxes are truncated, and not showing complete information:

(1) The green path box at the top - 2nd line (status) is cut off from view.
(2) In both the localhost and remote node boxes, the information on the right side of the boxes is cut off.

When I flip the device into landscape, all information is correctly rendered.

Device: Motorola RAZR M - Android Kitkat

Thanks!

@Nutomic
Copy link
Contributor

Nutomic commented May 23, 2014

@calmh Looks like you broke the mobile ui :P

@calmh
Copy link
Member

calmh commented May 23, 2014

Works on my iPhone. Pics or it didn't happen. :P

@NickPyz
Copy link
Author

NickPyz commented May 23, 2014

It happened. ;)

2014_05_23_05 08 54

@NickPyz NickPyz closed this as completed May 23, 2014
@NickPyz NickPyz reopened this May 23, 2014
@jpjp
Copy link

jpjp commented May 23, 2014

So it's caused by the long version string?

@calmh
Copy link
Member

calmh commented May 23, 2014

The table will do that on very narrow screens. It's actually scrollable, although this is obviously a bit annoying. We could probably do something better. I looked at doing

RAM Utilization
                     6.14 MB

on narrow screens instead of

RAM Utilization      6.14 MB

i.e. one row for header, one for value so that it could become

RAM Utilization
             6.14 MB

but honestly it looked like crap... Improvements welcome. :)

The overflow on the green box is kind of unfortunate, we should probably hide the "idle..." text or enforce a shorter length on the path for these screens.

@Nutomic
Copy link
Contributor

Nutomic commented May 23, 2014

I guess I should also get used to checking out the latest release instead of just using master, whoops :/

@Nutomic
Copy link
Contributor

Nutomic commented Jun 15, 2014

I'm closing this issue, it is tracked at calmh/syncthing#309.

@Nutomic Nutomic closed this as completed Jun 15, 2014
@syncthing syncthing locked and limited conversation to collaborators Nov 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants