searxng/client/simple
Amit Katyal 5ca70ca17e [feat] client/simple: move cursor to end of search input on mobile
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
2025-08-21 14:04:13 +02:00
..
generated [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00
src [feat] client/simple: move cursor to end of search input on mobile 2025-08-21 14:04:13 +02:00
tools [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00
.gitignore [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
.stylelintrc.json [mod] theme/simple: improve fmt/lint tech 2025-07-03 17:35:05 +02:00
biome.json [upd] web-client (simple): Bump the minor group across 1 directory with 6 updates (#5128) 2025-08-18 23:17:50 +02:00
package-lock.json [upd] web-client (simple): Bump the minor group across 1 directory with 6 updates (#5128) 2025-08-18 23:17:50 +02:00
package.json [upd] web-client (simple): Bump the minor group across 1 directory with 6 updates (#5128) 2025-08-18 23:17:50 +02:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.ts [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00
tsconfig.json [mod] theme/simple: migrate codebase to TypeScript 2025-08-18 16:38:32 +02:00
vite.config.ts [license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later 2025-08-18 16:38:32 +02:00

=====================
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