feat: responsive mobile layout — full redesign for portrait viewports #7
Reference in New Issue
Block a user
Delete Branch "feat/responsive-mobile-redesign"
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?
Summary
Replaces the mobile-block approach with a fully working responsive mobile layout for the NetWatch monitoring dashboard.
Closes #2
Changes
All changes are CSS-only in
src/styles.css, scoped inside@media (max-width: 768px)— the desktop layout is completely untouched.Mobile layout (≤768px):
Desktop (>768px):
Testing
Closing — duplicate of #5.
Note: this PR is based on main before PR #6 (mobile block) merges. Once #6 is merged, I'll rebase this and remove the early-return mobile block code from
init()in main.js, since this PR makes mobile actually work.Pull request closed