summaryrefslogtreecommitdiff
path: root/searx/static
AgeCommit message (Collapse)Author
2024-01-31[build] /staticallixx
2024-01-31[fix] wrong engines paddingallixx
2024-01-31[fix] equalize cached/proxied links left marginallixx
2024-01-31[fix] justify engines/cached/proxied verticallyallixx
2024-01-29[build] /staticBnyro
2024-01-29[feat] preferences: button to copy input to restore preferences hashBnyro
2023-12-28[build] /staticMarkus Heiser
2023-12-28[fix] fix a display problem in the image detail preview.Jinyuan Huang
2023-12-28[build] /staticMarkus Heiser
2023-12-28Prevent default browser behavior on click eventahmad-alkadri
2023-12-23Bump sharp from 0.32.6 to 0.33.0 in /searx/static/themes/simpledependabot[bot]
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.0. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.6...v0.33.0) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27[update] make pygments.lessMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-23[build] /staticobfuscated-loop
2023-11-23[fix] Remove anchor tag outline in image resultsobfuscated-loop
2023-11-14[build] /staticJinyuan Huang
2023-11-14[fix] Images cannot be clicked anymore #3006Jinyuan Huang
URL in sidedbar only exists in HTTP POST requests. On HTTP GET requests the selector ``#search_url button#copy_url`` results in a ``null`` type and a ``.style.display`` raises:: Uncaught TypeError: d.querySelector(...) is null As a result, the initialization of the event handler is no longer carried out. Closes: https://github.com/searxng/searxng/issues/3003 Suggested-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-10[build] /staticJinyuan Huang
2023-11-10add a "copy" button to the "search-url" sidebarJinyuan Huang
2023-10-13[build] /staticMarkus Heiser
2023-10-13[fix] search.js: crash on homepage when setting form listenersBnyro
2023-09-25[build] /staticJinyuan Huang
2023-09-25[fix] settings icon invisble on mobile devicesJinyuan Huang
2023-09-22[build] /staticBnyro
2023-09-22[fix] search.less: start page search view on mobile devicesBnyro
2023-09-19[build] /staticMarkus Heiser
2023-09-19Improve the layout of the search page on mobileormai
2023-09-19[build] /staticMarkus Heiser
2023-09-19better error message when no results foundEmilien Devos
2023-09-19[build] /staticMarkus Heiser
2023-09-19[mod] reformatted keyBindingLayouts in JS client (default, vim)Jinyuan Huang
2023-09-18[build] /staticMarkus Heiser
2023-09-18[feat] search on category select without JSBnyro
Co-authored-by: Alexandre Flament <alex@al-f.net>
2023-09-16[build] /staticMarkus Heiser
2023-09-16[fix] keyboard navigation / simple theme (UI)Jinyuan Huang
- avoid loop select - fix select next item in mixed result lists Replaces: https://github.com/searxng/searxng/pull/2789 Closes: https://github.com/searxng/searxng/issues/2751 Closes: https://github.com/searxng/searxng/issues/2788
2023-09-14[build] /staticMarkus Heiser
2023-09-14[mod] UI smooth scroll added / CSS scroll-behaviorJinyuan Huang
This PR improves the UX by making auto-scroll more smoother. The css is changed so all the auto-scroll will be smoother but User-scroll will not be influenced. The scroll-behavior CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.[1] [1] https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior
2023-09-12[build] /staticMarkus Heiser
2023-09-12[mod] improve handling of the hotkeysMarkus Heiser
- KeyboardEvent: keyCode property is depricated, replaced by key property [2] - the check for ifDetailOpened is not necessary, because the hotkeys are not only applicable to image-results, by example: `!goi !go !scc hello` - Key bindings like h for help are to be used in general (not only in vim-mode) [1] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode [2] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-12[feature] key bindings: left & right arrow are always onJinyuan Huang
2023-09-11[build] /staticMarkus Heiser
2023-09-11[feature] dark theme for code highlighter in the result listMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/1354 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-09[build] /staticMarkus Heiser
2023-09-09[fix] preferences - layout of the "special queries" tabMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-08-18[build] /staticMarkus Heiser
2023-08-18[feat] results: show source of suggested answerBnyro
2023-08-11[update] make pygments.lessMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-07-19[build] /staticmrpaulblack
2023-07-19fix "#backToTop" button always being clickableKiru
`pointer-events` never gets set to "none" when the button is hidden, allowing you to click the button. And your mouse further changes it's cursor to the pointer style.
2023-06-02[build] /staticMarkus Heiser
2023-06-02[mod] template preferences: split into elements (no functional change)Markus Heiser
HINT: this patch has no functional change / it is the preparation for following changes and bugfixes Over the years, the preferences template became an unmanageable beast. To make the source code more readable the monolith is splitted into elements. The splitting into elements also has the advantage that a new template can make use of them. The reversed checkbox is a quirk that is only used in the prefereces and must be eliminated in the long term. For this the macro 'checkbox_onoff_reversed' was added to the preferences.html template. The 'checkbox' macro is also a quirk of the preferences.html we don't want to use in other templates (it is an input-checkbox in a HTML form that was misused for status display). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>