-
Notifications
You must be signed in to change notification settings - Fork 196
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
fix(console): improve explorer out of bounds experience #6873
fix(console): improve explorer out of bounds experience #6873
Conversation
This changeset increases the explorer's threshold used by the "Out of bounds" alert, meaning that it will appear before losing track of the nodes in the explorer.
Thanks for opening this pull request! 🎉
|
Console preview environment is available at https://wing-console-pr-6873.fly.dev 🚀 Last Updated (UTC) 2024-07-10 07:45 |
Converting to draft and adding more features... |
There is a "flash" when using the zoom-to-fit button. Not sure if it is intended. Screen.Recording.2024-07-09.at.16.15.39.mov |
Yeah, it's caused by re-rendering... Not sure how to fix it right now, so I'm removing the transition altogether. |
Thanks for contributing, @skyrpex! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.77.1. |
This changeset increases the explorer's threshold used by the "Out of bounds" alert, meaning that it will appear before losing track of the nodes in the explorer. Additionally, the viewport will never leave the rendered area completely, even after resizing the browser window or the panels.
Fixes #4699.