S7_snap7_Stremer_n_Recorder/frontend/src
Miguel 00c021f496 feat: Enhance DataStreamer with critical validation and performance monitoring improvements
- Refactored performance monitoring initialization for better readability.
- Added critical validation to ensure buffered data matches current dataset variables, preventing CSV corruption.
- Implemented logging for data inconsistencies and buffer clearing during variable modifications.
- Improved error handling and logging during CSV flushing and dataset reading.
- Enhanced UDP streaming error handling and logging.
- Updated threading management for CSV flushing and dataset streaming.
- Added comprehensive performance metrics recording for dataset reads and writes.

feat: Localize historical plot management components

- Integrated i18n support in PlotHistoricalManager, PlotHistoricalSession, and TimePointSelector components.
- Translated various UI strings related to historical plots, time selection, and console logs into English, Spanish, and Italian.
- Improved user experience by providing localized messages for actions and statuses.

fix: Update system state configuration

- Changed `should_connect` to true and added active datasets to the system state.
- Updated the last update timestamp and specified the path for PlotJuggler.
2025-08-17 13:01:36 +02:00
..
assets/logo 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
components feat: Enhance DataStreamer with critical validation and performance monitoring improvements 2025-08-17 13:01:36 +02:00
contexts Enhance variable management and plotting features. Introduced VariableContext for managing variable updates, updated dataset variables and application events, improved plot variable schema, and refined UI components for better usability and performance. 2025-08-14 12:07:07 +02:00
hooks feat: Enhance coordinated polling with error handling and performance monitoring 2025-08-17 10:39:57 +02:00
locales feat: Enhance DataStreamer with critical validation and performance monitoring improvements 2025-08-17 13:01:36 +02:00
pages feat: Enhance DataStreamer with critical validation and performance monitoring improvements 2025-08-17 13:01:36 +02:00
services feat: Enhance coordinated polling with error handling and performance monitoring 2025-08-17 10:39:57 +02:00
utils Remove console log statements for cleaner production code across various components and utilities 2025-08-16 21:24:55 +02:00
App.jsx feat(i18n): add internationalization support with language detection and translations for English, Spanish, and Italian 2025-08-17 00:15:44 +02:00
i18n.js feat(i18n): add internationalization support with language detection and translations for English, Spanish, and Italian 2025-08-17 00:15:44 +02:00
main.jsx feat(i18n): add internationalization support with language detection and translations for English, Spanish, and Italian 2025-08-17 00:15:44 +02:00
theme.js Actualización de application_events.json para incluir múltiples entradas de eventos de inicio de aplicación, mejorando el registro de inicialización. Se ajustaron las fechas de última actualización y se incrementó el total de entradas. Se realizaron cambios en los esquemas de configuración para mejorar la claridad y se actualizaron las dependencias en package.json para incluir nuevas bibliotecas. Además, se migró la interfaz de usuario a Chakra UI, reemplazando componentes de Bootstrap y mejorando la experiencia del usuario en las páginas de configuración y eventos. 2025-08-12 15:08:37 +02:00