mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-09 16:07:49 +00:00
Merge pull request #321 from EricBlanquer/fix/session-hover-buttons
fix: hide session badge and icon on hover to show action buttons
This commit is contained in:
@@ -1166,11 +1166,11 @@ function Sidebar({
|
|||||||
{formatTimeAgo(sessionTime, currentTime)}
|
{formatTimeAgo(sessionTime, currentTime)}
|
||||||
</span>
|
</span>
|
||||||
{messageCount > 0 && (
|
{messageCount > 0 && (
|
||||||
<Badge variant="secondary" className="text-xs px-1 py-0 ml-auto">
|
<Badge variant="secondary" className="text-xs px-1 py-0 ml-auto group-hover:opacity-0 transition-opacity">
|
||||||
{messageCount}
|
{messageCount}
|
||||||
</Badge>
|
</Badge>
|
||||||
)}
|
)}
|
||||||
<span className="ml-1 opacity-70">
|
<span className="ml-1 opacity-70 group-hover:opacity-0 transition-opacity">
|
||||||
{isCursorSession ? (
|
{isCursorSession ? (
|
||||||
<CursorLogo className="w-3 h-3" />
|
<CursorLogo className="w-3 h-3" />
|
||||||
) : isCodexSession ? (
|
) : isCodexSession ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user