You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on this today. It's not hard, in fact is really easy because the functionality of appending the next set of tweets is already implemented by the Load more button. The bad part is that we need to override the same method of the wp.media.view.MEXP view for every service we want to implement infinite scroll, and that's not possible with our architecture.
My proposal is moving the infinite scroll support to mexp.js, and giving the service the option to implement infinite scroll or still using the Load more button for loading more content.
…ade searches.
Prevents the 'load more' button being clickable while an AJAX request
is in progress, and also prevents the button showing up when you go to
a new tab. See #29.
Most of this is a temporary change until we integrate Infinite Search
for the Twitter service, see #39.
No description provided.
The text was updated successfully, but these errors were encountered: