feat(issues): Move Open Issue to title and add seen times to preview - #120464
Merged
Conversation
Match the Figma preview header: the Open Issue link becomes a compact icon next to the issue title, and the last-seen/first-seen times move to the top right of the title row (like the inbox row).
Use IconOpen size=xs variant=muted, matching the inline icon-action pattern used next to the issue short-id in the header.
Revert the title Heading line-height to the default comfortable (1.4) matching the Figma spec, and widen the title-to-icon gap from xs (4px) to md (8px). Heading text-box-trim already handles vertical centering of the Open Issue icon, so compressing line-height was unnecessary and contradicted the design.
Resolve conflict in issuePreview.tsx: adopt master's inlined header/body structure (dropping the ChromeRenderer abstraction) while keeping this branch's title-row change. The top-bar Open Issue button is intentionally omitted since this PR moved it into the title row. Accept master's deletion of issuePreviewDrawer.spec.tsx.
The inbox issue card and the issue preview header rendered identical last-seen/first-seen markup. Extract it into a single IssueSeenTimes component and use it in both places.
Combine this branch's title row (Open Issue icon + seen times) with master's status row (progress tag), keeping both in the preview header.
malwilley
approved these changes
Jul 23, 2026
extraShort renders both minutes and months as 'm'; short uses distinct 'min'/'mo' abbreviations and fits the available space.
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.
Aligns the issue preview header with the Figma:
Fixes ISWF-3092