-
Notifications
You must be signed in to change notification settings - Fork 26
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
client pages: multiple improvements #117
Conversation
…me-client-page-improvements
Screencast.from.2024-09-09.13-57-31.mp4The zoom stepping feels way too high, these are single "scroll steps" on my side :D |
Yeah, this is weird indeed. It should have an acceptable scrolling sensitivity by leaving it at the default value ( It's also not recommended to set it as per CytoScapeJS docs:
Not sure how to fix this right now, as I'm not able to reproduce it. It works fine on all browsers on MacOS (Firefox, Chrome, Safari) and also on my iPhone (Safari). This page is a good test: https://cpstest.org/scroll-test.php . In my case, I'm doing 4px scrolling with a single mousewheel step. It then increases gradually as I keep scrolling. |
yea, let's use it like this for now and revisit later if there are more complains about it :) |
… dora (#262) Feature from ethpandaops/dora#117 Signed-off-by: Rafael Matias <rafael@skyle.net>
This will enable additional peer infos (ENR/Enode, etc.) to be shown on the client pages. Implemented in ethpandaops/dora#117
frontend.showSensitivePeerInfos
via config file.