Commit Graph

5 Commits

Author SHA1 Message Date
ISA
bbe49e549c PDFs in Projekt in public Verzeichnis 2024-10-18 11:42:52 +02:00
ISA
563105c79a feat: PDF in neue Tab öffnen und die PDFs werden in indexedDB gespeichert und dann von dort aufgerufen und gelesen mit Hilfe von idb Bibliothek
"npm install idb"
2024-10-18 10:58:51 +02:00
ISA
dd09a83fb8 Messkurve mit Chart.js in Modal zeigen , die Daten kommen von json Dateien 2024-10-17 16:24:52 +02:00
ISA
24258f938f kueName Isowert und Schleifenwiderstand in KÜ705-FO Komponente anzeigen 2024-10-15 17:05:35 +02:00
ISA
a120781529 feat: Externalize script loading logic to improve code modularity and reusability
- Moved the logic for loading window variables from the server into a new utility function `loadWindowVariables.js`.
- Updated `Header` and `Dashboard` components to use the new utility function for fetching and setting window variables.
- Improved code readability and maintainability by centralizing the script loading process.
2024-09-26 15:07:44 +02:00