feat: Add cursor wait during chart data loading

- Implemented cursor wait state while chart data is being loaded in `AnalogInputsChart.tsx`.
- Fixed missing dependencies in `useEffect` and defined `loading` state.
- Updated `handleFetchData` to manage
This commit is contained in:
ISA
2025-07-23 13:17:31 +02:00
parent bc554d3474
commit 2272668ace
6 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cpl-v4",
"version": "1.6.636",
"version": "1.6.637",
"private": true,
"scripts": {
"dev": "next dev",