-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
chore: Moves Tooltip to the components folder #14137
chore: Moves Tooltip to the components folder #14137
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14137 +/- ##
=======================================
Coverage 77.04% 77.04%
=======================================
Files 946 946
Lines 47985 47985
Branches 5962 5962
=======================================
Hits 36970 36970
Misses 10814 10814
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
bdf04e5
to
5c25f07
Compare
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.
LGTM, needs rebase.
This PR also makes me wonder if we couldn't add an info
prop to the Tooltip
and add the styling/features of InfoTooltip
into Tooltip
that way so that we don't need to maintain two components.
You're totally right. I noticed that now that things are starting to be organized, it's easier to perceive duplicated components or merge-able ones. For me the best example of this is |
5c25f07
to
e460ce4
Compare
/testenv up |
@pkdotson Ephemeral environment spinning up at http://34.220.10.240:8080. Credentials are |
Plz don't send
…On Sat, 17 Apr 2021, 10:34 am Phillip Kelley-Dotson, < ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14137 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQYQXLIDJUZFKOIC2KX7BD3TJEJHXANCNFSM425NLS2A>
.
|
e460ce4
to
4a7cf46
Compare
4a7cf46
to
387121f
Compare
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Moves
Tooltip
to the components folder.This work is part of SIP-61
@rusackas @junlincc
TEST PLAN
1 - Execute all tests
2 - All tests should pass
ADDITIONAL INFORMATION