TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
39 stars 18 forks source link

chore: Update drag and drop sortable package to dnd-kit #78

Closed mfanselmo closed 3 months ago

mfanselmo commented 3 months ago

@tnrich

Hey Thomas, updated the dnd library used for sorting the columns in a table. Can you review in particular this line? I had to change the index of that element since 0 was conflicting with the other element. Testing it in the browser seems fine but maybe there is a reason to have a 0 there

tnrich commented 3 months ago

Nice work. Looks good but a slight regression on the dragging of the 3rd column to the 1st column here:

https://github.com/TeselaGen/tg-oss/assets/2730609/827713e7-7f1f-4934-9efa-f91cebe1284f

Can we fix that first plz @mfanselmo ?

You can compare with the old version here - https://teselagen.github.io/tg-oss/ove/#/Editor

mfanselmo commented 3 months ago

Fixed the issue @tnrich