valomedia / aldo

Collecting faces for fun and profit
GNU General Public License v3.0
2 stars 1 forks source link

Add truly infinite scrolling #129

Open jp-hoehmann opened 7 years ago

jp-hoehmann commented 7 years ago

Currently the app will allow infinite scrolling, but will become progressively slower as the user scrolls down. It is not a problem yet, but as the individual items displayed get bigger and more complex, the app needs to remove items from the DOM, when they scroll too far of the screen, in order to not bog down the rendering engine.

jp-hoehmann commented 7 years ago

This issue should be fixed before making the DOM representation of a Post in the feed any bigger than it currently is.