diamondburned / slemmy

Lemmy client in Svelte
https://slemmy.libdb.so
GNU Affero General Public License v3.0
48 stars 0 forks source link

Limit rendered posts #19

Open diamondburned opened 1 year ago

diamondburned commented 1 year ago

We should limit the number of visible posts to a certain amount like 50 to prevent the browser from choking when we're scrolling a lot.

When the user scrolls up, we should add the posts back slowly.