-
Notifications
You must be signed in to change notification settings - Fork 291
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
feat: New tooltip preparation #16776
feat: New tooltip preparation #16776
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/q1-2024 #16776 +/- ##
==================================================
Coverage ? 45.78%
==================================================
Files ? 745
Lines ? 24438
Branches ? 5581
==================================================
Hits ? 11190
Misses ? 11824
Partials ? 1424 |
)} | ||
|
||
{sender.isDirectGuest() && !sender.isFederated && ( | ||
<span | ||
className="message-header-icon-guest with-tooltip with-tooltip--external" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we also delete those css declarations? Are they still used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so they are still used in the code, right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 😎
* feat: New tooltip preparation * remove unecessary code
https://wearezeta.atlassian.net/browse/WPB-6320
Description
Created new tooltips which is visible all of the time whenever You hover element with tooltip. Now tooltips are not cutted.
Tooltips works dynamically, if on top will not place for tooltip, will be placed under hovered element.
Also version bump for @wireapp/react-ui-kit from 9.12.8 to 9.15.1 (New tooltips included).
Screenshots/Screencast (for UI changes)
Checklist
Important details for the reviewers
(Delete this section if unnecessary)