fix(tasks): center PR badges#2779
Merged
arnestrickmann merged 3 commits intoJul 7, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR adjusts the PR badge layout for better vertical alignment. The main changes are:
Confidence Score: 5/5This looks safe to merge after a small visual cleanup.
apps/emdash-desktop/src/renderer/lib/components/pr-badge.tsx
|
| Filename | Overview |
|---|---|
| apps/emdash-desktop/src/renderer/lib/components/pr-badge.tsx | Updates PR badge sizing and alignment, with one small visual consistency issue in the inline PR number styling. |
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
apps/emdash-desktop/src/renderer/lib/components/pr-badge.tsx:32-34
**PR Number Typography Diverges**
The default badge now renders the PR number with plain text, while the popover content and other PR rows still use `PrNumberBadge` with monospace text and wider tracking. Opening a PR badge shows the same number in two different styles, so the trigger no longer matches the rest of the PR-number UI.
```suggestion
<span className="shrink-0 font-mono text-xs leading-none tracking-wide text-foreground-muted">
#{getPrNumber(pr) ?? 0}
</span>
```
Reviews (1): Last reviewed commit: "fix(tasks): align PR badge text" | Re-trigger Greptile
arnestrickmann
approved these changes
Jul 7, 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.
summary
screenshot
before:


after: