trunk-merge/pr-3829/e0b2a4a7-1e67-40a1-98ed-7ed091885df9 - #3841
Closed
trunk-io[bot] wants to merge 3 commits into
Closed
trunk-merge/pr-3829/e0b2a4a7-1e67-40a1-98ed-7ed091885df9#3841trunk-io[bot] wants to merge 3 commits into
trunk-io[bot] wants to merge 3 commits into
Conversation
The floating "jump to your message" pill only ever offered the single anchored turn, and only once it had scrolled off. Replace it with a small rail hugging the scroll container's top-right: one tick per user message, width scaled by message length, current turn highlighted. Hovering or keyboard-focusing the rail opens the full list, anchored to the rail's own corner so it expands in place under the pointer. Rows ticker-scroll their text on hover rather than clipping it, and picking one scrolls the thread and stays open for the next hop. Built on quill's DropdownMenu (Base UI), so roving focus, typeahead and Escape come with it. Both bodies render it: the windowed body passes its own jump and anchor (the engine's reach only mounted rows). ThreadStickyHeader and the now unused `offscreen` anchor flag are deleted. The thread reserves CHAT_CONTENT_GUTTER on both sides of its scroll content so rows stay clear of the rail at any panel width, and turn rows drop their extra px now that the gutter provides it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BYPVPkN4Lm3gygchrpcoqr
Hover delay 120ms -> 50ms, close delay 80ms -> 30ms. The list opens over the rail, so there is no pointer travel a long close delay needs to protect; both linger read as lag. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BYPVPkN4Lm3gygchrpcoqr
|
React Doctor found 1 issue in 1 file · 1 warning. 1 warning
Reviewed by React Doctor for commit |
trunk-io
Bot
deleted the
trunk-merge/pr-3829/e0b2a4a7-1e67-40a1-98ed-7ed091885df9
branch
July 27, 2026 13:46
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.
This pull request was created and is being managed by Trunk Merge.
This pull request is based on the main branch at SHA c34db7922310e5a6958d260e770d382a7915b328.
See more details here.
When CI completes, this pull request will be closed automatically.
Pull Requests Being Tested
This pull request is testing the changes from pull request 3829.