| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-22 | [fix] weather template: text overflow on small screen devices | Bnyro | |
| - this PR fixes that the columns of the weather table are overflowing on small screen devices - therefore we now display "..." at the end of too long words and cut them off - additionally I added some small gap between columns, otherwise it looks weird on small screens - closes https://github.com/searxng/searxng/issues/4887 | |||
| 2025-05-31 | [mod] weather results: add types, i18n/l10n, symbols & unit conversions | Markus Heiser | |
| 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> | |||