fix(issues): Tweak linked pull request rows#118043
Open
scttcper wants to merge 6 commits into
Open
Conversation
The linked PR rows were trying to fit too much into the title line. Show the PR number and repo on the first line, move the title into the tooltip, and keep status as a badge with the state icon. Co-Authored-By: Codex GPT-5 <noreply@openai.com>
Move the linked pull request status badge into its own component and keep the status config together. Also makes the status label accessible for tests and gives the row spacing a little more room.
Use the shared linked pull request response type for the frontend query and keep the response shapes as interfaces.
Use group activity to tell when linked pull requests should exist, then keep the sidebar in a loading state while the PR details request is pending. This avoids briefly showing the empty issue tracker action before the linked PR rows load.
Add the linked timestamp next to the pull request status badge so the row gives a little more context without expanding the title line.
roggenkemper
approved these changes
Jun 18, 2026
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.
Show the PR number and repo on the first line, move the title into the tooltip, and keep status as a badge with the state icon.
Also uses group activity as a signal that linked pull requests should exist and adds a loading state.
before
after