sugarlabs / social

A Platform of discussion for the projects, Activities, and Softwares of SugarLabs Organisation.
https://sugarsocial.herokuapp.com/
2 stars 5 forks source link

Implemented AJAX scrolling for feed #10

Closed FreddieN closed 5 years ago

FreddieN commented 5 years ago

This PR implements infinite scrolling for the feed page. It uses the Django paginator code from the Django template engine so it is easy to implement into other sections of the site. At the moment it will load 3 items per scroll. See screenshot below: demo

avinashbharti97 commented 5 years ago

Everything working right as it was desired. I am merging this Pull. Thank You :)