Closed farmaazon closed 11 months ago
Refinement notes:
Inserting things between existing elements should be skipped in this implementation.
Yeah, that's fair. For now, it should be easy enough to add an element to the end and then drag it into place anyway
regarding dragging: for now i've decided to register both click and cmd+click. nested widgets should still work when using click, as the events bubble up (and can be handled in an inner widget)
shift+click is not an option due to a bug in chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=982219
E-Hern Lee reports a new STANDUP for today (2023-11-22):
Progress: - initial UI
dragstart
- the rest of the drag functionality is not yet implemented_
to end_
using ,
It should be finished by 2023-11-29.E-Hern Lee reports a new STANDUP for yesterday (2023-11-23):
Progress: - attempt to implement dragging for elements (lots of debugging)
other issues -
executionStatus.diagnostics
, Panic
, DataflowError
) It should be finished by 2023-11-29.Next Day: try to fix dragging, use HTML element for drag image instead of HTML DnD image
E-Hern Lee reports a new STANDUP for today (2023-11-24):
Progress: - implement dragging for elements! (both moving around, and removing element)
website2 -
List editor widget should allow adding, removing and moving elements by drag'n'drop.
If the mouse cursor is in the area between elements, it should change shape and color to indicate that adding is possible. Pressing in this area adds default element. Also, the + icon should appear at least in an empty vector, which adds elements at the end.