Skip to content

fix(kb-ui): fixed tags hover effect#942

Merged
waleedlatif1 merged 1 commit intostagingfrom
fix/kb-ui
Aug 12, 2025
Merged

fix(kb-ui): fixed tags hover effect#942
waleedlatif1 merged 1 commit intostagingfrom
fix/kb-ui

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

fixed tags hover effect to match logs-filters

Type of Change

  • Bug fix

Testing

Manually

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@waleedlatif1 waleedlatif1 merged commit 1c3e923 into staging Aug 12, 2025
3 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/kb-ui branch August 12, 2025 15:49
@vercel
Copy link

vercel bot commented Aug 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Comments Updated (UTC)
sim 🔄 Building Preview Comment Aug 12, 2025 3:49pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
docs ⬜️ Skipped Aug 12, 2025 3:49pm

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR removes a hover effect from the KnowledgeTags component to maintain UI consistency across the application. The change removes the hover:bg-muted class from tag elements in the knowledge-tags component, which previously provided a background color transition when users hovered over tags.

The modification affects a single line in the knowledge-tags.tsx file where the hover styling was stripped from the tag container div. This change is part of a broader effort to standardize hover behaviors across similar interactive elements, specifically to align with the styling patterns used in the logs-filters component. The tag elements retain their cursor-pointer styling to indicate interactivity, but no longer display a background color change on hover.

This change fits into the application's design system standardization efforts, ensuring that similar UI components (tags in different contexts) behave consistently from a visual interaction perspective. The modification maintains the functional behavior of the tags while creating a more cohesive user experience across different parts of the workspace interface.

Confidence score: 5/5

  • This PR is safe to merge with minimal risk
  • Score reflects a simple CSS class removal with no functional impact or breaking changes
  • No files require special attention

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

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