Skip to content

Conversation

@jmthomas
Copy link
Member

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

Screenshot 2026-01-15 at 11 38 43 AM

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 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.24%. Comparing base (8112540) to head (ba8d0d4).
⚠️ Report is 4 commits behind head on main.

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              
Flag Coverage Δ
python 81.01% <ø> (+0.02%) ⬆️
ruby-api 84.19% <ø> (+0.04%) ⬆️
ruby-backend 82.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@mcosgriff mcosgriff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 jmthomas merged commit 25b0dfc into main Jan 16, 2026
44 of 49 checks passed
@jmthomas jmthomas deleted the fix/limitscolor-hover-tooltip-2730 branch January 16, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LIMITCOLOR becomes hidden when telemetry is not LIMITSCOLOR does not show the mnemonic information in a hover over like LED and LIMITSVALUE.

3 participants