Open KalebClark opened 10 years ago
I was thinking about making only that part scrollable. isotope has a method to load more items on scrolling. although, i'm not sure theres enough vertical space to do that
Maybe we should load less tweets (it feels a little laggy) especially if we can load more items with scrolling
Question for everyone.
When clicking on the left column to display tweets (when its pulling from DB) it can possibly pull a HUGE amount of data for an AJAX call, and gets slow. Also, if its in the 1000's, the browser starts to be unresponsive.
Should we limit to say, last 100 tweets? Or let that be user selectable in the sort area? Dropdown with 10, 50, 100, 200 etc?