Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-08 | [enh] add keybindings for copying URLs | Yaksh Bariya | |
'y': for in Vim-mode (yank) 'c': for SearXNG-mode (copy) This should help keyboard heavy users | |||
2024-02-25 | [build] /static | Bnyro | |
2024-02-25 | [feat] images: show resolution inside the image and fix image details overflow | Bnyro | |
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2024-02-25 | [refactor] images: add resolution, image format and filesize fields | Bnyro | |
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2024-02-25 | [build] /static | Markus Heiser | |
2024-02-25 | [feat] templates: add package result template | Bnyro | |
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2024-01-31 | [build] /static | allixx | |
2024-01-31 | [fix] wrong engines padding | allixx | |
2024-01-31 | [fix] equalize cached/proxied links left margin | allixx | |
2024-01-31 | [fix] justify engines/cached/proxied vertically | allixx | |
2024-01-29 | [build] /static | Bnyro | |
2024-01-29 | [feat] preferences: button to copy input to restore preferences hash | Bnyro | |
2023-12-28 | [build] /static | Markus Heiser | |
2023-12-28 | [fix] fix a display problem in the image detail preview. | Jinyuan Huang | |
2023-12-28 | [build] /static | Markus Heiser | |
2023-12-28 | Prevent default browser behavior on click event | ahmad-alkadri | |
2023-12-23 | Bump sharp from 0.32.6 to 0.33.0 in /searx/static/themes/simple | dependabot[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.less | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-11-23 | [build] /static | obfuscated-loop | |
2023-11-23 | [fix] Remove anchor tag outline in image results | obfuscated-loop | |
2023-11-14 | [build] /static | Jinyuan Huang | |
2023-11-14 | [fix] Images cannot be clicked anymore #3006 | Jinyuan 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] /static | Jinyuan Huang | |
2023-11-10 | add a "copy" button to the "search-url" sidebar | Jinyuan Huang | |
2023-10-13 | [build] /static | Markus Heiser | |
2023-10-13 | [fix] search.js: crash on homepage when setting form listeners | Bnyro | |
2023-09-25 | [build] /static | Jinyuan Huang | |
2023-09-25 | [fix] settings icon invisble on mobile devices | Jinyuan Huang | |
2023-09-22 | [build] /static | Bnyro | |
2023-09-22 | [fix] search.less: start page search view on mobile devices | Bnyro | |
2023-09-19 | [build] /static | Markus Heiser | |
2023-09-19 | Improve the layout of the search page on mobile | ormai | |
2023-09-19 | [build] /static | Markus Heiser | |
2023-09-19 | better error message when no results found | Emilien Devos | |
2023-09-19 | [build] /static | Markus Heiser | |
2023-09-19 | [mod] reformatted keyBindingLayouts in JS client (default, vim) | Jinyuan Huang | |
2023-09-18 | [build] /static | Markus Heiser | |
2023-09-18 | [feat] search on category select without JS | Bnyro | |
Co-authored-by: Alexandre Flament <alex@al-f.net> | |||
2023-09-16 | [build] /static | Markus 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] /static | Markus Heiser | |
2023-09-14 | [mod] UI smooth scroll added / CSS scroll-behavior | Jinyuan 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] /static | Markus Heiser | |
2023-09-12 | [mod] improve handling of the hotkeys | Markus 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 on | Jinyuan Huang | |
2023-09-11 | [build] /static | Markus Heiser | |
2023-09-11 | [feature] dark theme for code highlighter in the result list | Markus Heiser | |
Closes: https://github.com/searxng/searxng/issues/1354 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-09-09 | [build] /static | Markus Heiser | |
2023-09-09 | [fix] preferences - layout of the "special queries" tab | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-08-18 | [build] /static | Markus Heiser | |