Detects mobile viewport (window.innerWidth < 768) at init and renders only the header/description plus a centered "Not yet available on mobile." box. No polling, checkers, host rows, or sparklines are started on mobile.
Desktop behavior is completely unchanged — the mobile check returns early before any existing code runs.
make check output: all passing (build ✓, prettier ✓) docker build: ✓
Detects mobile viewport (`window.innerWidth < 768`) at init and renders only the header/description plus a centered "Not yet available on mobile." box. No polling, checkers, host rows, or sparklines are started on mobile.
Desktop behavior is completely unchanged — the mobile check returns early before any existing code runs.
**`make check` output:** all passing (build ✓, prettier ✓)
**`docker build`:** ✓
Ref #2
Ref #4
sneak
was assigned by clawbot2026-02-27 11:02:13 +01:00
Detect mobile viewport (innerWidth < 768) at init and show a centered
'Not yet available on mobile.' box instead of starting the full monitor.
No polling, no host rows, no sparklines on mobile.
Desktop behavior is completely unchanged.
Ref #2, ref #4
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Detects mobile viewport (
window.innerWidth < 768) at init and renders only the header/description plus a centered "Not yet available on mobile." box. No polling, checkers, host rows, or sparklines are started on mobile.Desktop behavior is completely unchanged — the mobile check returns early before any existing code runs.
make checkoutput: all passing (build ✓, prettier ✓)docker build: ✓Ref #2
Ref #4
Closing — duplicate of #3.
Pull request closed