Replies: 2 comments
-
|
Additional note. Left side of dashboard between the widgets and menu bar that area is not scrollable and should be. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in rc.2. Several changes to address both the touch scrolling and the left-side dead zone: Touch scroll pass-through — Added Responsive grid margins — The grid margins now adapt to screen size: tighter on mobile (10px) and tablet (14px), standard on desktop (16px). This gives widgets more breathing room on small screens while keeping the layout tight on large ones. Simplified grid breakpoints — Switched from 3-tier column counts (12/8/4) to a simpler 2-tier system: 12 columns for anything above 640px content width, 1 column (stacked) below. This eliminates gap issues that occurred at intermediate widths where widget sizes didn't tile cleanly. Left-side scroll area — The scroll container now extends to the full width including the area between the sidebar and widgets, so the dead zone you mentioned is gone. Corrupted layout guard — Added a safety check that detects and discards corrupted grid layouts from localStorage (e.g., if all widgets ended up at x=0 after a breakpoint change), falling back to the default layout. Let us know how it feels on your Android phone after the update. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding it difficult to navigate, especially on the dashboard on my Android phone. There is little to no real estate that allows me to easily scroll between dashboard widgets. Since most widgets have their own internal scrolling it's hard to be able to move betwen them due to lack of space around the widgets.
Beta Was this translation helpful? Give feedback.
All reactions