Beit-Hatfutsot / dbs-front

Frontend code for http://dbs.bh.org.il
GNU Affero General Public License v3.0
10 stars 13 forks source link

Result pages should scroll until all results are displayed, instead of "more" button #422

Open TheGrandVizier opened 7 years ago

TheGrandVizier commented 7 years ago

We want to replace the "More" button with an infinite scroll (ends when all results are displayed).

Reproduce:

  1. Search "Cohen" in general search.
  2. Try to see the last result.

Actual Result:

  1. must click " More" many times to expose the last result.

Expected result:

  1. More content is loaded as the user scrolls down until he reaches the bottom.