Add hover tooltip, context menu, and stale overlay to LIMITSCOLOR widget#2734
Merged
Add hover tooltip, context menu, and stale overlay to LIMITSCOLOR widget#2734
Conversation
LIMITSCOLOR now displays mnemonic information (TARGET PACKET ITEM) on hover like LED and VALUE widgets. Also adds right-click context menu with Details and Graph options, and applies blur/brightness filter when telemetry is stale. Fixes #2730 Co-Authored-By: Claude Opus 4.5 <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2734 +/- ##
==========================================
+ Coverage 79.22% 79.24% +0.01%
==========================================
Files 670 670
Lines 54178 54178
Branches 734 734
==========================================
+ Hits 42924 42931 +7
+ Misses 11174 11167 -7
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mcosgriff
approved these changes
Jan 16, 2026
Contributor
mcosgriff
left a comment
There was a problem hiding this comment.
Tested with
HORIZONTAL
LIMITSCOLOR INST HEALTH_STATUS TEMP1 CONVERTED 10 NIL # No label
LABEL '1st Temp'
END
LIMITSCOLOR INST HEALTH_STATUS TEMP2 # Default is label with just item name
LIMITSCOLOR INST HEALTH_STATUS TEMP3 CONVERTED 20 TRUE # Full TGT/PKT/ITEM label
jmthomas
added a commit
that referenced
this pull request
Mar 21, 2026
Add hover tooltip, context menu, and stale overlay to LIMITSCOLOR widget
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.
LIMITSCOLOR now displays mnemonic information (TARGET PACKET ITEM) on hover like LED and VALUE widgets. Also adds right-click context menu with Details and Graph options, and applies blur/brightness filter when telemetry is stale.
Fixes #2730
Fixes #2731