inseven / builds

GitHub Actions status board for macOS and iOS
MIT License
1 stars 1 forks source link

Support rearranging builds / favorites in the grid view #52

Open jbmorley opened 4 months ago

jbmorley commented 4 months ago

This probably necessitates to swithing to NSCollectionView and UICollectionView under the hood as this is the only way that you get truly native grid view experiences.

jbmorley commented 4 months ago

I did find an interesting post on Stack Overflow that discusses supporting drag-and-drop in SwiftUI (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid). Feels like a bit of a hack though.