fix: Debugging für Brush-Datenbereich hinzugefügt

- `console.log`-Ausgaben für `vonDatum`, `bisDatum` und `formatierteDaten` hinzugefügt
- Fehleranalyse für `startIndex` und `endIndex` in `LoopMeasurementChart.tsx`
- Falls `startIndex` oder `endIndex` nicht gefunden wird, wird die gesamte Datenreihe geloggt
- Vorbereitung für Fallback-Lösung, falls Datum nicht exakt gefunden wird
This commit is contained in:
ISA
2025-03-14 12:07:51 +01:00
parent 0139ef656b
commit 029ed843d8
3 changed files with 26 additions and 17 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.121";
const webVersion = "1.6.122";
export default webVersion;