If I was to rewrite @IceCubesApp timeline I would adopt the official @Mastodon app behaviour. Load the 20 newest posts, and have a button to load the gap. Would people be ok with that?
@dimillian @IceCubesApp @Mastodon what if you rewrite the timeline using UICollectionView with SwiftUI cell configuration?
@Mecid @IceCubesApp @Mastodon sadly that would be one of the only solution. But there is no guarantee that my complexe SwiftUI cell will works properly. I’ll try someday. The thing is that the List middleware is supposed to be just that :/
@dimillian @Mecid @IceCubesApp @Mastodon I read something about issues with automatic cell sizing? Like performances when using UIHostingConfiguration were not great because of that. Maybe wrong…
@alpennec @Mecid @IceCubesApp @Mastodon yeah and I think it’s the same issue pure SwiftUI list hit. And in Ice Cubes there is no way to have static or manual cell sizing…