Should it be possible to rotate the view? #69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we only see "layers" in which z is fixed and x and y vary. Should we also be able to see "column stacks" in which x is fixed and z and y vary, and
"row stacks" in which y is fixed and x and z vary? One potential issue with "row stacks" is that different cells for the same x but different zs would have different widths, so we would need to figure out how to display that. Presumably we would need to move width from a column attribute to a cell attribute and just deal with varying-width cells in a column. That doesn't seem so awful.