ContriHUB / ContriHub-18

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.
7 stars 33 forks source link

infinite scroll #36

Closed deepak-bharti-deel closed 6 years ago

deepak-bharti-deel commented 6 years ago

implement Infinite scroll on issues page. Currently we have pagination where one need to click on next/prev link to see more issues. Now you have to implement infinite scroll.

Like in case of Twitter/Facebook there is no next or prev link to see more posts you just keep scrolling to see new posts/feed. you have to implement same thing here on issues page of contriHub-18 app.

Hint - first render some fixed(10-12) issues. Use some Javascript library to detect the page end while scrolling and then using ajax fetch next issues and append them to the div which issues are inside.

This is fun :smile:

mariogmz commented 6 years ago

Taking this one! Expect a PR in the next days

deepak-bharti-deel commented 6 years ago

Yeah.. cool :smile: :+1:

mariogmz commented 6 years ago

@dbads PR sent! Check that out!