max-mapper / monocles

[NOT MAINTAINED] diaspora... as a couchapp! in pure javascript and fully OStatus compliant (almost)
http://monocl.es
180 stars 15 forks source link

pagination/endless scroll/view more #10

Closed max-mapper closed 13 years ago

max-mapper commented 14 years ago

right now it only shows the latest 50 posts... we should add a way to view more

max-mapper commented 14 years ago

I think we should use http://github.com/fredwu/jquery-endless-scroll to view 20 responses at a time. we have to make evently load chunks of 20 recent messages with a view query using the startkey: and limit: 20

max-mapper commented 14 years ago

so that aforementioned endless scroll plugin doesn't work with the newest jquery. i'm going to fork and attempt to patch it

max-mapper commented 13 years ago

endless scroll is implemented!