Compare commits

...

3 Commits

Author SHA1 Message Date
admin 2f94faf15b package-lock.json neu generieren (npm-ci-Konsistenz für Linux-Build)
Fehlende plattformspezifische emnapi-Pakete (@emnapi/core, @emnapi/runtime
1.11.1) ergänzt, die npm ci im Alpine-Container benötigt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 18:16:55 +02:00
admin 441df3194e Formular-Überschriften fett, Version 0.1.3
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 18:10:07 +02:00
admin c4b4d958cd package-lock.json mit npm install synchronisieren (npm ci im Docker-Build)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 17:03:30 +02:00
3 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export default function ArbeitszeitForm({ editEntry, pause, onSaved, onCancel }:
}
}
const labelCls = 'block text-xs font-medium text-gray-700 mb-0.5';
const labelCls = 'block text-xs font-bold text-gray-700 mb-0.5';
const numCls =
'w-24 px-2 py-1 border-2 border-gray-400 rounded-lg bg-white text-gray-900 text-sm focus:border-green-600 focus:outline-none';
const wt = weekdayName(datum);
+26 -3
View File
@@ -1,12 +1,12 @@
{
"name": "arbeitszeit",
"version": "0.1.2",
"version": "0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "arbeitszeit",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.1",
@@ -282,6 +282,30 @@
"node": ">=6.9.0"
}
},
"node_modules/@emnapi/core": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
"dev": true,
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@emnapi/wasi-threads": "1.2.1",
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/runtime": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
"integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@emnapi/wasi-threads": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
@@ -3667,7 +3691,6 @@
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"@rtsao/scc": "^1.1.0",
"array-includes": "^3.1.9",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "arbeitszeit",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",