mirror of
https://github.com/searxng/searxng.git
synced 2026-03-09 19:45:40 -04:00
Apparently the engine statistics have been hidden from the images page when
infinite scroll was added as a preference in 56e34947a6
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.
===================== MEMO vite development ===================== Local install:: # in folder ./client/simple/ $ npm install Start development server:: $ ./manage vite.simple.dev # in folder ./client/simple/ $ npm exec -- vite Fix source code:: # in folder ./client/simple/ $ npm run fix Fix & Build:: $ ./manage vite.simple.build