Merge pull request #1417 from RooVetGit/cte/remove-history-preview-item-number

Remove item number from history preview cards
This commit is contained in:
Chris Estreich 2025-03-05 21:44:46 -08:00 committed by GitHub
commit eea09c595d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Remove item number from history preview cards

View file

@ -35,12 +35,6 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => {
<span className="text-xs font-medium text-vscode-descriptionForeground uppercase">
{formatDate(item.ts)}
</span>
<span
style={{
marginLeft: "auto",
}}>
({item.number === 0 ? "Main" : item.number})
</span>
<CopyButton itemTask={item.task} />
</div>
<div