[mod] add swipe events to the image gallery (gesture control)

Adds [1] to the searxng.min.js and horizontal swipe events to the image gallery.

[1] https://www.npmjs.com/package/swiped-events

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2025-01-16 17:10:12 +01:00
committed by Markus Heiser
parent d9115b8d48
commit 601ffcb8a3
5 changed files with 25 additions and 5 deletions

View File

@@ -24,7 +24,8 @@
"dependencies": {
"autocomplete-js": "^2.7.1",
"leaflet": "^1.9.4",
"normalize.css": "^8.0.1"
"normalize.css": "^8.0.1",
"swiped-events": "^1.2.0"
},
"scripts": {
"all": "npm install && grunt",