searxng/searx
Nick Espig 06979fa082
Load next page shortly before hitting the bottom
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.
2019-06-04 18:22:02 +02:00
..
answerers feat(answers): add sha256 and uuid v4 to random answers 2018-03-24 22:22:41 +01:00
data [fix] fetch google's supported languages 2019-01-06 21:31:45 -06:00
engines [fix] Force Google old UI (#1597) 2019-05-29 10:05:57 +09:00
plugins [enh] Add preference section to two upstream plugins for simple theme integration 2019-01-07 10:48:14 +01:00
static Load next page shortly before hitting the bottom 2019-06-04 18:22:02 +02:00
templates use instance_name for page title 2019-04-09 21:15:02 +02:00
translations pull translations from Transifex 2019-01-06 21:49:42 +01:00
__init__.py update pyyaml 2019-02-23 18:52:36 +01:00
autocomplete.py [fix] use py2/3 compatibility layer 2017-07-10 11:42:44 +02:00
exceptions.py [enh] validate input and raise an exception inside search.py. The exception message is output in json and rss format. 2017-01-20 18:52:47 +01:00
languages.py fix fetch_langauges to be more accurate 2018-03-20 17:58:20 -06:00
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 2017-11-23 01:52:54 +01:00
preferences.py Revert "remove 'all' option from search languages" 2019-01-07 21:19:00 +01:00
query.py [fix] stop engine from sending duplicated requests 2019-03-28 19:25:20 -06:00
results.py [fix] skip non-string result url/title/content 2017-12-01 20:54:12 +01:00
search.py add again accidentally removed import to search.py 2019-01-25 20:54:23 +01:00
settings.yml Remove some engines : subtitleseeker, seedpeer, swisscows 2019-05-28 04:06:35 +02:00
settings_robot.yml Revert "remove 'all' option from search languages" 2019-01-07 21:19:00 +01:00
testing.py [enh] py3 compatibility 2017-05-15 12:02:30 +02:00
url_utils.py minor fixes of pubmed engine 2017-11-01 17:02:38 +01:00
utils.py fetch_firefox_version.py : compatible with Python 3 and minor fixes. 2018-08-05 10:55:42 +02:00
version.py update changelog and version.py 2019-01-06 21:59:59 +01:00
webapp.py [FIX] image_proxify 2019-01-18 09:04:40 +01:00