fix: responsive grid breakpoints for small screens (#41) #50

Merged
pitfriedrich merged 1 commits from ai/issue-41-responsive-grid-breakpoints into main 2026-07-29 05:56:56 +00:00

1 Commits

Author SHA1 Message Date
Pit Friedrich 7a4bc72799 fix: responsive grid breakpoints for small screens (#41)
CI / build-and-test (pull_request) Successful in 2m47s
Add a columnOpts breakpoint (768px -> 1 column) so widgets stack
full-width on mobile instead of staying at 12 columns. Persisting to
localStorage is skipped while gridstack's own responsive collapse is
active, so narrowing the window can no longer overwrite the saved
desktop layout; drag/resize is disabled below the same breakpoint to
avoid touch misfires.
2026-07-29 07:52:36 +02:00