searxng/client/simple
Markus Heiser ff206e9679 [mod] weather results: add types, i18n/l10n, symbols & unit conversions
The types necessary for weather information such as GeoLocation, DateTime,
Temperature,Pressure, WindSpeed, RelativeHumidity, Compass (wind direction) and
symbols for the weather have been implemented.

There are unit conversions and translations for weather property labels.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-05-31 20:34:59 +02:00
..
generated
src [mod] weather results: add types, i18n/l10n, symbols & unit conversions 2025-05-31 20:34:59 +02:00
static
tools [fix] simple client: jinja_svg_catalog addClassesToSVGElement 2025-05-09 12:40:34 +02:00
.gitignore
.stylelintrc.json
eslint.config.js
package-lock.json [upd] web-client (simple): Bump the minor group 2025-05-30 09:16:49 +02:00
package.json [upd] web-client (simple): Bump the minor group 2025-05-30 09:16:49 +02:00
README.rst
theme_icons.js [fix] simple template - video.html fix button icon to icon_small 2025-02-28 12:27:41 +01:00
vite.config.js

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