[OPIK-2993] [FE] Add additional tooltips#4007
Merged
JetoPistola merged 1 commit intomainfrom Nov 9, 2025
Merged
Conversation
Added TooltipWrapper component to provide hover text for: - Feedback scores icon (PenLine) in CompareExperimentsDetails - Tags list icon (Tag) in TagListRenderer Implements OPIK-2993: Add additional tooltips
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the Opik frontend UI by adding tooltips to two icon elements, improving user experience by providing contextual information on hover without changing any functionality.
Key Changes
- Added
TooltipWrapperimport and implementation in two components - Wrapped icon elements with tooltips to display descriptive text on hover
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| TagListRenderer.tsx | Added "Tags list" tooltip to the Tag icon |
| CompareExperimentsDetails.tsx | Added "Feedback scores" tooltip to the PenLine icon |
YarivHashaiComet
approved these changes
Nov 9, 2025
YarivHashaiComet
approved these changes
Nov 9, 2025
vincentkoc
added a commit
that referenced
this pull request
Nov 10, 2025
into feat/optimizer-hybrid * 'feat/optimizer-hybrid' of https://github.com/comet-ml/opik: [OPIK-2986] [FE] Refactor comparison pages to use NavigationTag component (#4006) [OPIK-2992] [FE] Add tooltips to DateTag component (#4005) [OPIK-2993] [FE] Add tooltips to feedback scores and tags icons (#4007) [OPIK-3008] [FE] Refactor: NavigationTag infrastructure (#3972)
vincentkoc
added a commit
that referenced
this pull request
Nov 10, 2025
into vk/optimizer-oa_agent * 'vk/optimizer-oa_agent' of https://github.com/comet-ml/opik: [issue-2520] [SDK] Added Sycophancy Evaluation Metric (#2624) [OPIK-2986] [FE] Refactor comparison pages to use NavigationTag component (#4006) [OPIK-2992] [FE] Add tooltips to DateTag component (#4005) [OPIK-2993] [FE] Add tooltips to feedback scores and tags icons (#4007) [OPIK-3008] [FE] Refactor: NavigationTag infrastructure (#3972)
awkoy
pushed a commit
that referenced
this pull request
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR adds tooltips to improve user experience by providing hover text for icon elements in the Opik UI. The changes enhance UI clarity without affecting functionality.
Implementation:
TooltipWrappercomponent to wrap icon elements in two locations:Changes:
CompareExperimentsDetails.tsx: Added tooltip to feedback scores iconTagListRenderer.tsx: Added tooltip to tags list iconChange checklist
Issues
Testing
Manual Testing:
Documentation
N/A - Minor UI enhancement requiring no documentation updates.