grain.social is a photo sharing platform built on atproto.
at gallery-sort 8 lines 197 B view raw
1htmx.onLoad(function (content) { 2 const sortables = content.querySelectorAll(".sortable"); 3 for (const sortable of sortables) { 4 new Sortable(sortable, { 5 animation: 150, 6 }); 7 } 8});