mirror of
https://github.com/searxng/searxng.git
synced 2025-09-08 03:08:32 +02:00
On mobile devices, when the search input is focused, move the cursor to the end of the existing text. This improves the user experience by making it easier to edit or append to the current query without manually moving the cursor first. Closes: https://github.com/searxng/searxng/issues/5112 |
||
---|---|---|
.. | ||
generated | ||
src | ||
tools | ||
.gitignore | ||
.stylelintrc.json | ||
biome.json | ||
package-lock.json | ||
package.json | ||
README.rst | ||
theme_icons.ts | ||
tsconfig.json | ||
vite.config.ts |
===================== 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