Merged
Conversation
Two rendering bugs caused point tags to visually collide: 1. Point tag text overflowed lane boundaries because the diamond was centered in the lane but text width calculation assumed full lane width. Left-align the diamond within the lane so text stays bounded. 2. mergeSmallItems discarded lane assignments for ALL items (setting lane: 0) when any item in a column was tiny. Preserve original lane assignments for non-merged items so overlapping items render in separate lanes as intended. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #246 +/- ##
========================================
Coverage 27.26% 27.26%
========================================
Files 176 176
Lines 23752 23751 -1
Branches 2122 2122
========================================
Hits 6476 6476
+ Misses 17237 17236 -1
Partials 39 39
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:
|
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.
Summary
mergeSmallItemsfor non-merged items — previously all items were reset tolane: 0when any tiny item triggered merging, causing overlapping items to render on top of each otherTest plan
🤖 Generated with Claude Code