feat: add mobile viewport detection with friendly unavailable message #8

Closed
clawbot wants to merge 2 commits from feature/mobile-detection-message into main
2 Commits
Author SHA1 Message Date
sneak 485aa4194a Merge branch 'main' into feature/mobile-detection-message
check / check (push) Successful in 24s
2026-07-25 17:49:06 +07:00
user a279cf8583 feat: add mobile viewport detection with friendly unavailable message
check / check (push) Failing after 3m26s
Detect mobile viewport (window.innerWidth < 768) at startup and show a
centered 'Not yet available on mobile' message instead of the full
monitoring UI. All polling, gateway detection, and network requests are
skipped entirely on mobile viewports.

Desktop behavior is completely unchanged — the mobile check is the very
first thing in init() and returns early before any other setup runs.
2026-03-16 21:18:55 -07:00