You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the canvas can expand infinitely in vertical and horizontal direction. I suggest adding an option to restrict it to horizontal/vertical mode only. This could also reduce the amount of memory the app uses if the user restricts it to only one direction because you don't have to render that much anymore.
The user could change the mode of the canvas direction while already having a something drawn, but this is prone to problems like wrong page layouting (the page on the left/right might be somewhat connected to the page of opposite direction) so this would probably require some checks. I envisioned this to something like this:
Are all used pages in a single column?
Yes? Done!
No? GOTO: 2. Would you like to mer... OR GOTO: 3. Showcase pages...
Would you like to merge pages into one? (if possible)
Yes? Select which ones. GOTO: 1. Are all used...
No? GOTO: 3. Showcase pages...
Showcase pages in the selected alignment. Allow the user to change the position of the page in the selected mode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, the canvas can expand infinitely in vertical and horizontal direction. I suggest adding an option to restrict it to horizontal/vertical mode only. This could also reduce the amount of memory the app uses if the user restricts it to only one direction because you don't have to render that much anymore.
The user could change the mode of the canvas direction while already having a something drawn, but this is prone to problems like wrong page layouting (the page on the left/right might be somewhat connected to the page of opposite direction) so this would probably require some checks. I envisioned this to something like this:
Beta Was this translation helpful? Give feedback.
All reactions