WebMemex / webmemex-extension

📇 Your digital memory extension, as a browser extension
https://webmemex.org
Other
208 stars 45 forks source link

Infinite scroll #106

Closed Treora closed 7 years ago

Treora commented 7 years ago

Building on from #105 (search by filtering), this loads more results when reaching the bottom of the visible list. It seems to work, apart from small bugs, however the code has become messy. It still need a fresh look and a bit of refactoring.

@poltak: I took a little inspiration from your work for WorldBrain, but chose to take a different approach. To make it work with the filter-based search, instead of keeping count of the number of rows displayed, I keep track of the last row that we know about.

Treora commented 7 years ago

I rebased and merged this (outside github) in a74943a.