-
Notifications
You must be signed in to change notification settings - Fork 622
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
improve tooltip rendering #266
Conversation
Codecov Report
@@ Coverage Diff @@
## main #266 +/- ##
==========================================
- Coverage 54.58% 53.77% -0.81%
==========================================
Files 89 89
Lines 3637 3638 +1
==========================================
- Hits 1985 1956 -29
- Misses 1452 1482 +30
Partials 200 200
Continue to review full report at Codecov.
|
@Loggy I think I made it even faster by skipping react virtual dom stuff. What do you think about this solution? |
Works really better) But it reveals that state is pretty huge and needs optimization as we can't move things out of state every time to improve rendering performance)) But in this case, I think it fits the goal) |
Alright, let's merge this for now and next time we touch that part we can split it. |
…-disable-by-default Disable auth by default
There's still a render lag. It's not so long but still visible. As the next step, I can put tooltip rendering inside canvas