tududi/frontend/components/Task/TaskDetails
Chris 9f61bbbb21
Fix date format to respect timezone preference, not just language (#898) (#916)
Date fields in the task edit page used i18n.language (e.g. "en") to
determine date format, giving MM/DD for English even when the user's
timezone indicates a DD/MM region (e.g. Europe/Athens).

Enhance resolveUserLocale to derive the country from the user's
timezone and combine it with the language (e.g. "en" + "GR" = "en-GR")
so date formatting follows regional conventions.
2026-03-06 15:44:15 +02:00
..
index.ts Fix refactor pt2 (#734) 2025-12-27 17:46:34 +02:00
TaskAttachmentsCard.tsx Fix attachments layout 2025-12-07 14:12:38 +02:00
TaskContentCard.tsx Feat refactor task details (#660) 2025-12-06 09:41:58 +02:00
TaskDeferUntilCard.tsx Feat add defer until date (#592) 2025-11-24 21:57:30 +02:00
TaskDetailsHeader.tsx Fix new task in mobile (#857) 2026-02-24 13:03:38 +02:00
TaskDueDateCard.tsx Fix date format to respect timezone preference, not just language (#898) (#916) 2026-03-06 15:44:15 +02:00
TaskProjectCard.tsx Feat refactor task details (#660) 2025-12-06 09:41:58 +02:00
TaskRecurrenceCard.tsx Fix date format to respect timezone preference, not just language (#898) (#916) 2026-03-06 15:44:15 +02:00
TaskRecurringInstanceInfo.tsx Cleanup recurring tasks 2025-12-07 14:12:38 +02:00
TaskSubtasksCard.tsx Fix saving subtasks on edit (#806) 2026-01-31 08:29:44 +02:00
TaskTagsCard.tsx Feat refactor task details (#660) 2025-12-06 09:41:58 +02:00