-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added some drag and drop example snippets #609
Conversation
I fixed the merge conflict and did some fixes here on the web UI. It looks ready for merge. |
Ok thank you Martin, I'll be more careful next time |
No problem. What's the plan now? some new classes have New suffix, so I
guess you are planing to do some refactorings
Martín
El mié, 13 nov 2024 a la(s) 4:04 a.m., Enzo-Demeulenaere (
***@***.***) escribió:
… Ok thank you Martin, I'll be more careful next time
—
Reply to this email directly, view it on GitHub
<#609 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHHKJTWPBA6TJ2PZ7D7Z32AL2Y5AVCNFSM6AAAAABPCZQKUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGY2DKOJXHA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Yes we're trying to see how can we have a drag and drop implementation that doesn't use feenk's implementation but so far we talked about how difficult it is to abstract a drag and drop handler in a single class as there are lots of behaviors that are up to the developer so it's in discussion |
You can find those examples in the class
BlDragAndDropExamples
under the 'experimentations tag'There is also the beginning of a new DragHandler prototype only present behind the
Bloc-DragNDrop>> core-experiment
tag but some of the examples use this prototype such asexperimentDragStrategies
for instance.