Skip to content

feat(searchbar): Add tooltip descriptions to filter keys #92449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

scttcper
Copy link
Member

@scttcper scttcper requested review from malwilley and a team May 28, 2025 22:48
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 28, 2025
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #92449      +/-   ##
==========================================
+ Coverage   87.89%   87.92%   +0.03%     
==========================================
  Files       10239    10226      -13     
  Lines      587415   585225    -2190     
  Branches    22809    22678     -131     
==========================================
- Hits       516311   514585    -1726     
+ Misses      70674    70218     -456     
+ Partials      430      422       -8     

if (!includeKeyLabel) {
return <OpLabel>{opLabel}</OpLabel>;
}

return (
<KeyOpLabelWrapper>
<span>{keyLabel}</span>
<Tooltip title={fieldDefinition?.desc} skipWrapper>
Copy link
Member

Choose a reason for hiding this comment

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

Is it possible to wrap this tooltip around the whole thing? For is not it looks like it only gets wrapped around is. Kind of an edge case though

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants