Merge pull request #170 from multica-ai/NevilleQingNY/ui-polish

fix(ui): restore issue identifier in breadcrumb
This commit is contained in:
Naiyuan Qing 2026-03-29 17:59:13 +08:00 committed by GitHub
commit ab4058b1e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -484,6 +484,10 @@ export function IssueDetail({ issueId, onDelete }: IssueDetailProps) {
<ChevronRight className="h-3 w-3 text-muted-foreground/50 shrink-0" />
</>
)}
<span className="truncate text-muted-foreground">
{issue.identifier}
</span>
<ChevronRight className="h-3 w-3 text-muted-foreground/50 shrink-0" />
<span className="truncate">{issue.title}</span>
</div>
<div className="flex items-center gap-1 shrink-0">