From 362cc13aeb5c647387e8ed77cbd4919f86fd0833 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 9 Oct 2025 22:03:32 +0200 Subject: [feat] preferences hash: show applied settings in pref page when searching with 'search url of the currently saved preferences' Previously, when using a search url copied from the cookies tab, clicking at the settings icon at the top right would show the browser preferences and not the preferences that were set and used with the search url. Please see https://github.com/searxng/searxng/issues/5227 for more information. To test: - change some preferences - copy the preferences search url in the settings' cookies tab - reset the preferences or clear cookies - paste the copied search url into the search bar to search for something - press the settings icon - you can now see/preview the actual settings that were used for the search - by pressing 'save', you can keep these preferences closes #5227 --- client/simple/src/less/toolkit.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client') diff --git a/client/simple/src/less/toolkit.less b/client/simple/src/less/toolkit.less index 223ab9571..364eb73c5 100644 --- a/client/simple/src/less/toolkit.less +++ b/client/simple/src/less/toolkit.less @@ -193,6 +193,15 @@ div.selectable_url { border-color: var(--color-warning); } +.dialog-warning-block { + .dialog(); + + display: block; + color: var(--color-warning); + background: var(--color-warning-background); + border-color: var(--color-warning); +} + .dialog-modal { .dialog(); -- cgit v1.2.3