Martin Pengelly-Phillips
Martin Pengelly-Phillips
Would it be possible to have an option to close all existing (non-pinned) tabs before opening a tab group? This would make it very useful for switching contexts in the...
Would be useful to have an easy way to customise the `assembling._guess` logic so that it can be changed in one place for a program rather than having to duplicate...
Trying to figure out if there is a way to retrieve the name of a missing required property from an error (without hacking it out of error.message). For example: ```...
Currently the way `onDragEnd` works results in items jumping back to their original position before animating to their new position when a css transition is used for transforms. Investigate how...
Currently it is assumed that the drag overlay will have the same dimensions as the draggable it represents. But that is not always true. As a result, a droppable may...
Transform should account for page scroll delta as well. Otherwise on drag scroll the draggabel will become disconnected from the pointer position.
Consider adding more documentation to the solid-dnd.com site to help folks get started and use the primitives. Could be more explanation of how things are structured/work alongside examples. And also...
Currently the original layout is used for droppable collision detection, but this can cause unnatural behaviour. For example, when sorting items of different heights.
There are currently aspects of the library that could be more reactive / effect driven, but are not today. It might be worth experimenting with leaning more into reactivity (e.g....
The current (0.6.0) Sortable algorithm requires items to be the same dimensions for correct visual sorting. Otherwise, gaps and overlays occur. The previous algorithm attempted to handle this (for specific...