17 Commits
Author SHA1 Message Date
Jinyuan HuangandMarkus Heiser ecee56533c improve "search existing issues from github" link 2024-04-27 20:01:27 +02:00
Jinyuan HuangandMarkus Heiser 9c5f9735cf [fix] engine: safesearch parameter in Google Videos engine (#2762)
Closes: https://github.com/searxng/searxng/issues/2762
2024-01-16 15:29:09 +01:00
Jinyuan HuangandMarkus Heiser f6d797ef43 [fix] fix a display problem in the image detail preview. 2023-12-28 19:15:04 +01:00
Jinyuan HuangandMarkus Heiser 3601badd84 [build] /static 2023-11-14 13:34:44 +01:00
Jinyuan HuangandMarkus Heiser 903449e0b5 [fix] Images cannot be clicked anymore #3006
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-14 13:28:50 +01:00
Jinyuan Huang 727de1c4ef [build] /static 2023-11-10 13:28:28 +00:00
Jinyuan Huang 8adc7b0433 add a "copy" button to the "search-url" sidebar 2023-11-10 13:28:04 +00:00
Jinyuan HuangandMarkus Heiser e509cb7c45 [typo] solved a typo in yahoo error message. 2023-10-01 08:29:06 +02:00
d4d9f2073e [fix] Bug: Yahoo results for simplified Chinese search sometimes have the first character cut off #2866
Co-authored-by: Blair Noctis <n@sail.ng>
2023-10-01 08:29:06 +02:00
Jinyuan HuangandMarkus Heiser ae28d429c9 [fix] bilibili new api used 2023-09-28 08:24:51 +02:00
Jinyuan HuangandAlexandre Flament 1f835a9f1f solve #2839 2023-09-25 23:01:14 +02:00
Jinyuan HuangandMarkus Heiser 1df4588279 [build] /static 2023-09-25 17:45:21 +02:00
Jinyuan HuangandMarkus Heiser 98366bcf90 [fix] settings icon invisble on mobile devices 2023-09-25 17:45:21 +02:00
Jinyuan HuangandMarkus Heiser 2ec77ef813 [mod] reformatted keyBindingLayouts in JS client (default, vim) 2023-09-19 08:06:06 +02:00
Jinyuan HuangandMarkus Heiser 92d0c378e0 [fix] keyboard navigation / simple theme (UI)
- 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-16 13:45:43 +02:00
Jinyuan HuangandMarkus Heiser 0984b00b7e [mod] UI smooth scroll added / CSS scroll-behavior
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-14 16:26:10 +02:00
Jinyuan HuangandMarkus Heiser e6b160da62 [feature] key bindings: left & right arrow are always on 2023-09-12 20:30:50 +02:00