I’m working on a small UI to manage a few attributes to style lines in SVG sketches. One of them is stroke-dasharray.
stroke-dasharray defines the pattern of dashes and gaps used to paint a dashed line. Currently users enter the pattern as…
I have a paginated list where the user drags and drops items to change the order. This list is paginated, so when the length of the list is longer than the page there is no clear way to move items outside of the current page. Is there a de…