-
Notifications
You must be signed in to change notification settings - Fork 728
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
Add tooltip for longer card names #3278
Add tooltip for longer card names #3278
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3278 +/- ##
===========================================
+ Coverage 74.44% 74.57% +0.13%
===========================================
Files 209 209
Lines 8229 8221 -8
Branches 1004 1001 -3
===========================================
+ Hits 6126 6131 +5
+ Misses 1902 1889 -13
Partials 201 201
Continue to review full report at Codecov.
|
submitted a PR here with some possible changes corresponding to the comments I left above: mrpau#1 These are just options - recommend reading carefully and deciding if you like them. |
I'd also look carefully at the performance here. After some brief testing, I believe that the I'm thinking we should remove |
This isn't working yet, but I'd recommend creating a new https://gist.github.com/indirectlylit/dea91635bf71974334c3f02ee120f29a then we can make it a core component and re-use it in other places. |
+1 for this!
Will do this one. Should I place it somewhere in |
For now, just put it at |
this looks great - nice job! |
Summary
Still need some improvements and would also like some suggestions if there would be better approach for showing the tooltip.
Before:
After:
There's a small problem after wrapping the
<router-link>
with a<span>
(though I'm not quite sure if this is the best practice for adding tooltips) since it's causing a problem with the bottom margin for the content cards.Submitting this PR for asking other suggestions and also whether to know if I'm on the right path 🙈
Reviewer guidance
…
References
#2193
Contributor Checklist
Reviewer Checklist
yarn
andpip
)