Skip to content

fix: make sidebar agent card buttons always visible#143

Merged
khaliqgant merged 1 commit intomainfrom
feature/sidebar-buttons-always-visible
Jan 11, 2026
Merged

fix: make sidebar agent card buttons always visible#143
khaliqgant merged 1 commit intomainfrom
feature/sidebar-buttons-always-visible

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

Summary

  • Removed hover-dependent opacity classes from action buttons in compact sidebar view
  • Profile, logs, and release buttons now always visible (no longer hidden until hover)
  • Keeps buttons consistently visible across all screen sizes

Changes

  • Modified src/dashboard/react-components/AgentCard.tsx
  • Removed md:opacity-0 md:group-hover:opacity-100 from three button classes
  • Buttons maintain opacity-100 for consistent visibility

Testing

  • Verify buttons are visible in sidebar agent cards without hovering
  • Confirm buttons still function correctly (click handlers work)
  • Test on mobile and desktop views

Remove hover-dependent opacity classes (md:opacity-0 md:group-hover:opacity-100)
from the profile, logs, and release buttons in the compact view. Buttons are
now visible at all times instead of only appearing on hover.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@khaliqgant khaliqgant merged commit 17eb477 into main Jan 11, 2026
6 checks passed
@khaliqgant khaliqgant deleted the feature/sidebar-buttons-always-visible branch January 11, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant