-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Mobile UI is broken #11
Comments
Theres also a problem while creating an event on mobile. In this case though the ui is way to wide for the screen until you zoom out. When I find the time I will test a few other pages for mobile compability. |
As far as I can tell, the UI doesn't adjust to the correct screen size on mobile, its way to wide and parts are not high enough. |
While getting the mobile to at least kinda work is on my todo list, it's not high priority at this moment so it might be a bit before I can address this issue. I will leave this issue open though in case anyone else wants to take a stab at it! |
I would like to take a look at it, but am quite busy at the moment. |
If these issues are fixed (additionally the card view has to be shrinked in width and the options have to be moved in a popup menu or down) the web ui is even superior to trello. (IMHO) |
I can take a look at implementing these changes if you haven't already started work on them |
@shermr Sure! I'm currently quite busy and would have to learn React to contribute. |
I like the idea of cards being shown one at a time and swiping horizontally to snap them to center but maybe even better is overlaying the cards slightly on top of each other in a stack (like Apple Passbook/Wallet does) so you can see all the cards at once and maybe the first task or two on each, then just tap the heading to jump into that card. See below example from Apple. |
I'm just going to leave this here as a suggestion: https://github.com/couds/react-bulma-components |
@Aesir on 1440p I zoom in by 40%, I think this is more handy on demand than a fixed setting per device |
@hacker-h If you do one properly you get the other. Obviously, you don't need to support every resolution but supporting phone resolution with minimum sizes before switching and adding options for UI and font scaling make it so that virtually every resolution ends up being supported. This is very standard for most apps and websites now, with a lot of tools available that do most of the work. |
In mobile browsers the UI is shown ok, but the login page is squashed together so strongly that its practically impossible to login.
The text was updated successfully, but these errors were encountered: