Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7289 +/- ##
=======================================
Coverage 99.47% 99.47%
=======================================
Files 271 271
Lines 10947 10948 +1
Branches 2618 2618
=======================================
+ Hits 10889 10890 +1
Misses 58 58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b6c8724 to
0fdafb3
Compare
6891cda to
f959532
Compare
acelaya
commented
Sep 15, 2025
3 tasks
f959532 to
90e6d41
Compare
robertknight
approved these changes
Sep 15, 2025
90e6d41 to
1aa7e18
Compare
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.
Part of hypothesis/product-backlog#1660
Depends on #7292
Since the horizontal space available in the sidebar is limited, this PR ensures the name of the focused group is truncated with an ellipsis if it cannot fit the space left by the toolbar.
The entire group name can still be seen when hovering over it.
With a long group name, this is how it was seen before these changes:

And after:

Considerations
This is just part of a solution to multiple problems. The next pieces of work are described in hypothesis/product-backlog#1660 (comment), and will come after.