From 601ffcb8a32a6e2f252cebffa6a7e6f024c8e943 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 16 Jan 2025 17:10:12 +0100 Subject: [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 --- searx/templates/simple/result_templates/images.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple') diff --git a/searx/templates/simple/result_templates/images.html b/searx/templates/simple/result_templates/images.html index ff62457ec..617834705 100644 --- a/searx/templates/simple/result_templates/images.html +++ b/searx/templates/simple/result_templates/images.html @@ -5,7 +5,7 @@ {{ result.title|striptags }}{{- "" -}} {{- result.parsed_url.netloc -}}{{- "" -}} {{- "" -}} -
{{- "" -}} +
{{- "" -}} {{ icon('close') }}{{- "" -}} {{ icon('chevron-left') }}{{- "" -}} {{ icon('chevron-right') }}{{- "" -}} -- cgit v1.2.3