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

Merged
merged 5 commits into from
Jun 2, 2025

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.94%   87.92%   -0.02%     
==========================================
  Files       10245    10226      -19     
  Lines      589425   585225    -4200     
  Branches    22809    22678     -131     
==========================================
- Hits       518364   514585    -3779     
+ Misses      70631    70218     -413     
+ 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

@scttcper scttcper merged commit 8ffb38c into master Jun 2, 2025
43 checks passed
@scttcper scttcper deleted the scttcper/tooltips-search-attributes branch June 2, 2025 16:29
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