| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-30 | [mod] simple theme, JS: introduce window.searxng.theme namespace | Markus Heiser | |
| In window.searxng.theme the theme data can be passed through to JS implementations. Initial the window.searxng.theme namespace starts with a value for `img_load_error`:: // image that is displayed if load of <img src='...'> failed img_load_error: 'img/img_load_error.svg' The searx/static/themes/__common__/js/image_layout.js is patched to uses the value, if the theme defines a value for img_load_error in this namespace. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-19 | [enh] simple theme: add "simple-style" preferences | Alexandre Flament | |
| 2021-11-05 | [fix] simple theme: disable hotkeys when they are not enabled in the preferences | Alexandre Flament | |
| 2021-10-01 | SearXNG: simple theme | Alexandre Flament | |
| 2021-08-31 | [mod] simple theme: fix eslint errors, fix VIM keys | Alexandre Flament | |
| * VIM keys: fix the next page and previous pages (n, p keys) * Map: Enable the wikipedia map (the layer was initialized but not included) | |||
| 2021-06-16 | [mod] simple theme: move source files to the src directory | Alexandre Flament | |