whoogle-search/app/static/js
Ben Busby a9e1f0d1bc
Refactor autocomplete/suggestion behavior (front-end only)
The previous implementation of autocomplete/suggestions on the front end
resulted in a situation where input and keydown events were constantly
being added to the search input bar. This was refactored to set up the
events only once and process suggestion navigation and appending
suggestions separately with different functions.

This has been tested on both an Android simulator, as well as an Android
tablet and seems to work as expected.

Fixes #370
Fixes #629
2022-06-07 11:01:14 -06:00
..
autocomplete.js Refactor autocomplete/suggestion behavior (front-end only) 2022-06-07 11:01:14 -06:00
controller.js Refactor autocomplete/suggestion behavior (front-end only) 2022-06-07 11:01:14 -06:00
currency.js Add tools for currency conversion in search results (#536) 2021-12-06 22:56:13 -07:00
header.js Send CSP header in all responses 2021-04-05 11:00:56 -04:00
keyboard.js fix 'j' and 'k' inside search input 2021-04-05 11:00:56 -04:00
utils.js Add support for relative search results (#715) 2022-04-18 15:27:45 -06:00