fix(vscode): show dates on inline PR comments - #13853
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous Review Summaries (4 snapshots, latest commit 84df1cb)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 84df1cb)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 6f4d1be)Status: No Issues Found | Recommendation: Merge Files Reviewed (6 files)
Previous review (commit 39b60b9)Status: No Issues Found | Recommendation: Merge Files Reviewed (5 files)
Previous reviewStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by grok-4.6 · Input: 190.2K · Output: 9.7K · Cached: 153.6K Review guidance: REVIEW.md from base branch |
marius-kilocode
force-pushed
the
fix-inline-pr-comment-dates
branch
from
September 7, 2026 08:33
39b60b9 to
6f4d1be
Compare
marius-kilocode
enabled auto-merge
September 7, 2026 09:19
WebReflection
approved these changes
Sep 7, 2026
This was referenced Sep 8, 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.
What Problem This Solves
Inline pull request review-thread cards did not show when a comment was posted, while PR conversation comments did.
Why This Change Was Made
Reuse the existing relative-date formatter and timestamp styling already used by PR conversation cards.
User Impact
Inline PR review comments now show a relative timestamp such as
5 min agoin the card metadata.Evidence
Focused PR renderer tests pass.
Before
After