-
Notifications
You must be signed in to change notification settings - Fork 45k
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
Need to be able to zoom out more in the builder #9325
Labels
good first issue
Good for newcomers
Comments
pratimsadhu
added a commit
to pratimsadhu/AutoGPT
that referenced
this issue
Jan 30, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 30, 2025
<!-- Clearly explain the need for these changes: --> The current minimum zoom level restricts zooming out fully. I reduced the minZoom level to allow more flexible zooming out for users. ### Changes 🏗️ Reduced minZoom from 0.2 to 0.1 in the ReactFlow component to allow further zooming out. <!-- Concisely describe all of the changes made in this pull request: --> ### Checklist 📋 #### For code changes: - [ x ] I have clearly listed my changes in the PR description - [ x ] I have made a test plan - [ x ] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [ x ] Tested with different elements and zoom ranges to confirm its a smooth transition - [ x ] Checked that canvas and all nodes remain unchanged and interactive Co-authored-by: Bently <[email protected]>
waterstark
pushed a commit
to waterstark/AutoGPT
that referenced
this issue
Jan 30, 2025
) (Significant-Gravitas#9368) <!-- Clearly explain the need for these changes: --> The current minimum zoom level restricts zooming out fully. I reduced the minZoom level to allow more flexible zooming out for users. ### Changes 🏗️ Reduced minZoom from 0.2 to 0.1 in the ReactFlow component to allow further zooming out. <!-- Concisely describe all of the changes made in this pull request: --> ### Checklist 📋 #### For code changes: - [ x ] I have clearly listed my changes in the PR description - [ x ] I have made a test plan - [ x ] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [ x ] Tested with different elements and zoom ranges to confirm its a smooth transition - [ x ] Checked that canvas and all nodes remain unchanged and interactive Co-authored-by: Bently <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: