S7_snap7_Stremer_n_Recorder/frontend
Miguel 4d41b7b9b3 Refactor plot definitions and variable configurations
- Updated plot definition for DAR_Brix to disable stacking and increase time window from 60 to 120 seconds.
- Changed variable name from "Blink" to "HMI_Instrument.CTS306.PVFiltered" in plot variables configuration.
- Removed console logs related to pending time changes in PlotHistoricalSession component for cleaner code.
- Enhanced VariableSelectorWidget with debug options and improved SSE connection handling.
- Removed unnecessary debug logs from various components including Tooltip, AllWidgets, and TestWidget.
- Implemented automatic reconnection logic for SSE in useCoordinatedSSE hook.
- Added periodic ping messages in stream_variables function to maintain SSE connection.
- Updated system state to enable connection and include active datasets.
2025-08-29 20:31:17 +02:00
..
public Refactor code structure for improved readability and maintainability 2025-08-14 18:39:25 +02:00
src Refactor plot definitions and variable configurations 2025-08-29 20:31:17 +02:00
test-results feat: Add Playwright MCP testing suite with various automation scripts 2025-08-27 10:16:08 +02:00
application_events.json Update plot definitions and frontend configurations for time window adjustments 2025-08-22 16:50:53 +02:00
index.html feat: Migrate Chart.js libraries to npm for offline usage and update application setup 2025-08-14 21:39:27 +02:00
package.json feat: Update UI schema help texts to descriptions for consistency; add new application event logs and update system state configuration 2025-08-27 12:02:57 +02:00
system_state.json Update plot definitions and frontend configurations for time window adjustments 2025-08-22 16:50:53 +02:00
vite.config.js Actualización de application_events.json para incluir nuevos eventos de inicio de aplicación y ajustes en las fechas de última actualización. Se eliminaron archivos obsoletos relacionados con la integración de Chart.js y se reorganizaron las rutas de configuración en el código. Se implementaron mejoras en la gestión de esquemas y se optimizó la carga de recursos estáticos, incluyendo la favicon y logos en la interfaz. Además, se realizaron ajustes en el manejo de errores y se mejoró la estructura de directorios para una mejor organización del proyecto. 2025-08-11 16:26:20 +02:00