-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Improving the mobile css #180
Conversation
Looks much better with the changes 👍 |
On the List page: - Timespans now can collapse when the page is < 550px in width - Moved the notes button to the far right side On settings page: - Removed the min width, this makes it fit nicely on mobile - Made the chips possible to go onto multiple lines, since otherwise long tag names would overflow (even on desktop)
The changes here also improve the calendar when you click on a timespan. Previously it would be offscreen on my phone, and impossible to click the 3 dots to show more.
Preview of the most recent changes. The timespans wrap nicer now. The calendar page also has the popup fixed on mobile, since it also will wrap. It does go into the top left corner for some reason when the page resizes, but I think that's more a feature since it won't get lost on mobile. 2024-09-21_14-01-42.mp4 |
This doesn't full fix the sizing, but it helps greatly and should be good enough. I cannot think of any better way of improving these pages for mobile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
This is still a work in progress, so I'm hoping for some feedback.
My plans for this are:
For the calendar, I:
Here is how it looks now on the week view on my phone:
Details