refactor: extract Kabelueberwachung logic into KabelueberwachungView for better structure

This commit is contained in:
ISA
2025-07-08 13:13:30 +02:00
parent 454b8bfb8d
commit b091a8d82a
14 changed files with 423 additions and 397 deletions

View File

@@ -1,3 +1,12 @@
## [1.6.563] 2025-07-08
- refactor: move analog inputs logic to AnalogInputsView component
- Verschiebt die gesamte UI-Logik aus pages/analogInputs.tsx in eine eigene Komponente AnalogInputsView.tsx
- pages/analogInputs.tsx dient jetzt nur noch als Router-Einstiegspunkt
- Vereinheitlicht die Struktur wie bei MeldungenView und DashboardView
---
## [1.6.562] 2025-07-08
- fix: call digitalOutputs from _app.tsx to show immediately without delay