Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display range on limits bar hover #1648

Merged
merged 4 commits into from
Oct 26, 2024
Merged

Display range on limits bar hover #1648

merged 4 commits into from
Oct 26, 2024

Conversation

jmthomas
Copy link
Member

closes #1288

@jmthomas
Copy link
Member Author

Screenshot 2024-10-21 at 11 18 32 AM Screenshot 2024-10-21 at 11 18 36 AM

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.44%. Comparing base (6b5acfc) to head (7bc82eb).
Report is 17 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1648   +/-   ##
=======================================
  Coverage   76.44%   76.44%           
=======================================
  Files         618      618           
  Lines       46891    46891           
  Branches      849      849           
=======================================
+ Hits        35844    35847    +3     
+ Misses      10952    10948    -4     
- Partials       95       96    +1     
Flag Coverage Δ
frontend 56.32% <ø> (+0.08%) ⬆️
python 83.93% <ø> (-0.02%) ⬇️
ruby-api 47.60% <ø> (ø)
ruby-backend 82.54% <ø> (ø)

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.

@@ -44,6 +54,11 @@ export default {
height: 22, // px
}
},
computed: {
limitsRange() {
return this.limitsSettings[this.selectedLimitsSet]
Copy link
Member

Choose a reason for hiding this comment

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

This would be better with RL/value YL/value, etc. See Details Dialog.

@jmthomas
Copy link
Member Author

Screenshot 2024-10-24 at 3 53 07 PM

Copy link

sonarcloud bot commented Oct 24, 2024

@ryanmelt ryanmelt merged commit 3bacbe3 into main Oct 26, 2024
27 checks passed
@ryanmelt ryanmelt deleted the limits_bar_hover branch October 26, 2024 17:10
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.

Display mnemonic on LIMITSBAR hover
2 participants