2 Commits

Author SHA1 Message Date
86ba1b5b51 remove mobile block — replaced by responsive CSS layout
All checks were successful
check / check (push) Successful in 31s
The mobile-block placeholder from PR #3 is no longer needed now that
the UI works on mobile via CSS media queries.

Ref #2
2026-02-27 02:08:50 -08:00
user
a2c8f07c98 feat: responsive mobile layout for monitoring dashboard
Redesign the UI to work on mobile/portrait viewports using CSS media
queries at max-width 768px:

- Host rows stack vertically: info (name, latency, status) on top,
  sparkline chart full-width below
- Summary stats line wraps properly with hidden pipe separators
- Header stacks title and controls vertically
- Pause button and controls sized appropriately for touch
- Pin button repositioned for mobile touch targets
- Footer legend wraps cleanly

Desktop layout remains pixel-identical — all changes are scoped to the
@media (max-width: 768px) query in styles.css only.

Refs #2
2026-02-27 02:08:50 -08:00

Diff Content Not Available