-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Feature description
There should be a way to switch between different grid sizes. On mobile devices a smaller grid size should be shown by default but this should not change when resizing the screen.
The grid size options could be one of three preset sizes (e.g., small, normal, large) or a custom grid size, though I am currently not in favor of the custom option.
I am not sure where to place this grid size setting as a new button since the grid-control area is already quite full and additional buttons might be distracting. When selecting a large grid size the node weight and text will likely need to be hidden as they would be unreadable.
Existing algorithm exports should still work even with a new Session key value. It should simply attempt to use the normal grid size if this new key is missing from the import string.
Additionally, the website currently only scales up to 1080p in width, which should be adjusted to support 1440p screens as well.
Reasons to add this feature
Having a smaller or larger grid size makes sense when dealing with different screen sizes.
Additional information (optional)
No response