diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-02-20 22:12:31 +0100 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-02-23 10:57:12 +0100 |
| commit | 845a78daf83282c167b7abad0447427fe1bc58f0 (patch) | |
| tree | bf2835cf5a643b4d1e442fd880081ac3c6a53863 /client/simple/src | |
| parent | 191818b865b19270c8c38d905141356a6ba01d9a (diff) | |
[feat] image results page: also display request statistics (i.e. engine response times)
Apparently the engine statistics have been hidden from the images page when
infinite scroll was added as a preference in https://github.com/searxng/searxng/commit/56e34947a6368e6154064c52fa23d21ecda7ab4c
However, now that we also display engine statistics in the results page,
I don't see any reason why this should still be hidden from the images tab.
For example, this is very useful for seeing which engines work and which ones are broken.
Diffstat (limited to 'client/simple/src')
| -rw-r--r-- | client/simple/src/less/style.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/simple/src/less/style.less b/client/simple/src/less/style.less index 04d94f799..49c65345b 100644 --- a/client/simple/src/less/style.less +++ b/client/simple/src/less/style.less @@ -1032,10 +1032,6 @@ summary.title { / 100%; gap: 0; - #sidebar { - display: none; - } - #urls { margin: 0; display: flex; |
