Skip to content
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

Too many tile issue #52

Open
1 task
micahwoodard opened this issue Jul 3, 2024 · 0 comments
Open
1 task

Too many tile issue #52

micahwoodard opened this issue Jul 3, 2024 · 0 comments
Assignees

Comments

@micahwoodard
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I'm concerned that in bound mode, things are going to get buggy because it's updating everytime a number changes. If a user accidentally enters a crazy number, then the ui will try and create corresponding z boxes which cause lag and crashing behavior. This will happen in any mode if users add too many tiles but seems the mose likly in bound mode.

Describe the solution you'd like
I think best fix would be to cap the number of z_widgets ScanPlanWidget creates. It's unrealistic for a user to want to individually tweak say over 100 tiles so maybe create a way to cap?

Acceptance Criteria

  • prevent crashing if user has too many tiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant