fix: Datenlücken in Charts korrekt darstellen, Version 1.5.1

- withGaps()-Hilfsfunktion: fügt null-Punkte bei Datenlücken ein
- Betrifft: Temperatur, Luftdruck, Feuchte, Wind, Böen
- restore-db.sh: mapfile durch while-read ersetzt (zsh-kompatibel)
This commit is contained in:
2026-05-03 13:42:30 +02:00
parent cc663487e0
commit 634a6d31a4
3 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wetterstation-frontend",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite",