summaryrefslogtreecommitdiff
path: root/searx/static/plugins/js/infinite_scroll.js
AgeCommit message (Collapse)Author
2022-02-20[mod] infinite_scroll as preferenceAlexandre Flament
* oscar theme: code from searx/plugins/infinite_scroll.py * simple theme: new implementation Co-authored-by: Markus Heiser <markus.heiser@darmarIT.de>
2020-11-02[mod] separate index and search routesMarc Abonce Seguin
This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar.
2020-03-23[fix] load new page with infinite scroll if there is no scrollbar - fixes #759Adam Tauber
2019-12-11[mod] infinite scroll: XHR requests are sent with the header "Accept: ↵Dalf
text/html". Fix https://github.com/searx/searx-docker/issues/16
2019-06-04Load next page shortly before hitting the bottomNick Espig
This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between. It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true.
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2016-12-29add img pagination support of infinite scrollNoémi Ványi
2016-12-04[fix] correct path for autoscroll on non-root urlsAdam Tauber
closes #758
2016-08-11[enh] infinite scrollDavid A Roberts
resolves #649