Merge branch 'feature/ui-test' into 'feature/customdocument26'

# Conflicts:
#   electron/main/custom_document.html
#   electron/main/index.html
This commit is contained in:
Heyne, Stefan Norbert Robert
2026-01-10 14:38:40 +01:00
6 changed files with 465 additions and 252 deletions
-4
View File
@@ -234,14 +234,10 @@
.replace(/_/g, ' ') // Leerzeichen ersetzen
.replace(/\b\w/g, c => c.toUpperCase()) // ersten Buchstaben groß
existingDocs.appendChild(option);
//customDocumentTypes.appendChild(option);
});
});
}
</script>
<script src="./renderer.js"></script>
</body>