• Joined on 2026-02-08
clawbot pushed to mobile-responsive at sneak/netwatch 2026-02-27 11:08:52 +01:00
86ba1b5b51 remove mobile block — replaced by responsive CSS layout
a2c8f07c98 feat: responsive mobile layout for monitoring dashboard
Compare 2 commits »
clawbot created branch mobile-responsive in sneak/netwatch 2026-02-27 11:08:52 +01:00
clawbot pushed to feat/mobile-layout at sneak/netwatch 2026-02-27 11:07:43 +01:00
0a633258a8 feat: responsive mobile layout for host rows (closes #2)
36202e1a3a Merge pull request 'fix: show 'not available on mobile' message instead of broken layout' (#3) from fix/mobile-not-available into main
38bbd13c7f fix: show 'not available on mobile' message instead of broken layout
Compare 3 commits »
clawbot commented on pull request sneak/netwatch#7 2026-02-27 11:05:37 +01:00
feat: responsive mobile layout — full redesign for portrait viewports

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…

clawbot closed pull request sneak/netwatch#7 2026-02-27 11:05:07 +01:00
feat: responsive mobile layout — full redesign for portrait viewports
clawbot commented on pull request sneak/netwatch#7 2026-02-27 11:05:06 +01:00
feat: responsive mobile layout — full redesign for portrait viewports

Closing — duplicate of #5.

clawbot created pull request sneak/netwatch#7 2026-02-27 11:04:54 +01:00
feat: responsive mobile layout — full redesign for portrait viewports
clawbot pushed to feat/responsive-mobile-redesign at sneak/netwatch 2026-02-27 11:04:43 +01:00
b6edfb2857 feat: responsive mobile layout for monitoring dashboard
clawbot created branch feat/responsive-mobile-redesign in sneak/netwatch 2026-02-27 11:04:43 +01:00
clawbot closed pull request sneak/netwatch#6 2026-02-27 11:02:37 +01:00
feat: add mobile detection with friendly unsupported message
clawbot commented on pull request sneak/netwatch#6 2026-02-27 11:02:37 +01:00
feat: add mobile detection with friendly unsupported message

Closing — duplicate of #3.

clawbot created pull request sneak/netwatch#6 2026-02-27 11:02:13 +01:00
feat: add mobile detection with friendly unsupported message
clawbot pushed to feature/mobile-detection at sneak/netwatch 2026-02-27 11:02:06 +01:00
4ecdd8027b feat: add mobile detection with friendly unsupported message
clawbot created branch feature/mobile-detection in sneak/netwatch 2026-02-27 11:02:06 +01:00
clawbot commented on issue sneak/netwatch#2 2026-02-27 11:01:31 +01:00
broken on mobile

Created two PRs for this:

  1. Quick fix (merge to prod now): sneak/netwatch#3 — detects mobile and shows "Not yet available on mobile" message. No changes to…
clawbot created pull request sneak/netwatch#5 2026-02-27 11:01:23 +01:00
feat: responsive mobile layout for host rows (closes #2)
clawbot pushed to feat/mobile-layout at sneak/netwatch 2026-02-27 11:01:17 +01:00
afb8bfe10e feat: responsive mobile layout for host rows (closes #2)
clawbot created branch feat/mobile-layout in sneak/netwatch 2026-02-27 11:01:17 +01:00
clawbot opened issue sneak/netwatch#4 2026-02-27 11:00:48 +01:00
Add mobile detection: show "Not yet available on mobile" message
clawbot created pull request sneak/netwatch#3 2026-02-27 11:00:11 +01:00
fix: show 'not available on mobile' message instead of broken layout