fix(monitoring): align mobile refresh controls - #787
Merged
Merged
Conversation
camy-x
force-pushed
the
fix/mobile-monitoring-refresh-controls
branch
from
September 16, 2026 02:05
001d86c to
5d61427
Compare
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix the Request Monitoring auto-refresh controls overlapping on narrow mobile screens.
The intentional mobile column layout added label and select content plus 24px of padding to a field that retained its desktop 36px height, so the select overflowed into the Refresh button and its dropdown appeared to originate from the wrong place.
Scope
Changes
User Impact
On mobile Request Monitoring, the refresh interval no longer overlaps the Refresh button, and the interval dropdown is anchored to the visible full-width select.
Compatibility / Runtime Notes
Data / Security Notes
N/A. This changes responsive presentation only and does not read or modify monitoring data.
Risk / Rollback
Risk level: Low
Rollback notes: Revert commit 5d61427.
Verification
Commands / evidence:
Lint completed with 0 errors and 5 existing warnings outside this change.
Manual responsive checks used the demo monitoring page:
Screenshots / Recordings
The before state is shown in #718. The corrected stacked, full-width state was visually checked at 360x800 and 320x800 using the demo monitoring page; no real account or credential data was used.
Docs
Docs decision: This restores the intended mobile layout and adds no capability, configuration, or workflow.
Related
Fixes #718