chore: add project documentation, restrict email import permissions, and set date format in InboxPage
Build and Push Multi-Platform Images / build-and-push (push) Successful in 32s

This commit is contained in:
2026-05-09 11:06:11 +02:00
parent 195ebc793e
commit 3f2b3a7af4
3 changed files with 136 additions and 1 deletions
@@ -434,6 +434,7 @@ export default function InboxPage() {
{field.type === 'date' ? (
<DatePicker
style={{ width: '100%' }}
format="DD.MM.YYYY"
value={fieldValues[field.name] ? dayjs(fieldValues[field.name]) : null}
onChange={(d) =>
setFieldValues((prev) => ({