Merge pull request #170 from multica-ai/NevilleQingNY/ui-polish
fix(ui): restore issue identifier in breadcrumb
This commit is contained in:
commit
ab4058b1e4
1 changed files with 4 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue