i hate infinite scrolling. it has all the problems of pagination, but also extra ones like it’s fucking impossible to find what im looking for if its more than a month old
@rowan also they break often enough that it's never really infinite at all
@tempest flavor a infinite scrolling: it actually keeps stuff in memory for everything it shows so it slowly blows up my ram
flavor b infinite scrolling: it recycles all the items and caches nothing so it’s slower than pagination but also somehow less usable
also the scrollbar isn’t useful in flavor a or b