feat(analogInputs): auto-load chart data when table row is selected

- Added useEffect to AnalogInputsChart to automatically trigger "Daten laden" when a row is selected and selectedAnalogInput.id is not 0.
- Improves UX by syncing table selection with chart data fetch, no manual
This commit is contained in:
ISA
2025-07-22 15:09:47 +02:00
parent d44fe916da
commit 5a0188c635
6 changed files with 22 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cpl-v4",
"version": "1.6.630",
"version": "1.6.631",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cpl-v4",
"version": "1.6.630",
"version": "1.6.631",
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@headlessui/react": "^2.2.4",