feat: add mobile detection with friendly unsupported message #6
Reference in New Issue
Block a user
Delete Branch "feature/mobile-detection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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