ref(issue-list): Simplify monitors dropdown labels and item behavior#112450
Merged
ref(issue-list): Simplify monitors dropdown labels and item behavior#112450
Conversation
Replace verbose "N Active Cron/Uptime Monitors" labels with cleaner "View Cron/Uptime Monitors (N)" format. Remove trailing arrow icons and disabled state since the dropdown handles item styling natively. Co-Authored-By: Claude <noreply@anthropic.com>
Update test assertions to match the refactored label format from 'Active Cron Monitors' to 'View Cron Monitors' following the recent monitors dropdown label simplification. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bfa8a5e. Configure here.
Update cron and uptime monitor dropdown labels to explicitly say 'View Active Cron Monitors' and 'View Active Uptime Monitors' to clarify that the count reflects active monitors only. Co-Authored-By: Claude <noreply@anthropic.com>
TkDodo
approved these changes
Apr 8, 2026
george-sentry
pushed a commit
that referenced
this pull request
Apr 9, 2026
…112450) Simplify the monitors dropdown in the issue list by updating item labels to a cleaner "View Cron/Uptime Monitors (N)" format indicating the link behavior. I initially thought that the arrows were indicating sub-menus, which was quite confusing given that they are links... Note for the design system here that we should probably not allow trailing items in dropdown menus - those should be reserved for the chevron sub-menu indicator and consumers should only use leading icons to indicate entries --------- Co-authored-by: Claude <noreply@anthropic.com>
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.

Simplify the monitors dropdown in the issue list by updating item labels to a cleaner "View Cron/Uptime Monitors (N)" format indicating the link behavior.
I initially thought that the arrows were indicating sub-menus, which was quite confusing given that they are links...
Note for the design system here that we should probably not allow trailing items in dropdown menus - those should be reserved for the chevron sub-menu indicator and consumers should only use leading icons to indicate entries