Monitor: responsive funnel widths + working 'Open conversation' link#795
Merged
Conversation
…ation"
- Weighted funnel columns: empty stages shrink and busy ones grow, so an
all-recording view reads ~25/25/50 instead of three equal thirds. Both the
canvas and the label row use the same weights (max(1,scanned) /
max(1,setup) / max(2,recording)).
- The drilldown "Open conversation" used <Button component={I18nLink}>, which
didn't render a real anchor (nothing to click or copy). Wrap the Button in
I18nLink instead (the proven pattern), so it navigates and the link is
copyable. Source of the conversation is irrelevant.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VD179xADi3u9u1AwkGVMyH
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.
max(1,scanned) / max(1,setup) / max(2,recording)).<Button component={I18nLink}>, which didn't render a real<a href>(nothing to click or copy). Now the Button is wrapped inI18nLink(the pattern used everywhere else), so it navigates and the link is copyable. The conversation's source is irrelevant.tsc + biome clean.
🤖 Generated with Claude Code
https://claude.ai/code/session_01VD179xADi3u9u1AwkGVMyH