Replace native datetime inputs with a calendar date picker

This commit is contained in:
Steven RYDELL
2026-07-29 07:50:55 +02:00
parent 3f31a115c9
commit 0fb734a6c7
5 changed files with 282 additions and 29 deletions
+2 -1
View File
@@ -39,6 +39,7 @@
"otpauth": "^9.5.1",
"qrcode": "^1.5.4",
"react": "^19.2.8",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.11",
"react-markdown": "^10.1.0",
@@ -67,4 +68,4 @@
"vite": "^8.1.5",
"vitest": "^4.1.10"
}
}
}