Event form UX improvements:
- Add long date format display (Monday, April 23, 2024) - Use 24h time format - Show/hide time fields based on all-day state - Remove auto-update of end date when start date changes - Fix validation for all-day events - Auto-expand for multi-day events - Set default time when toggling off all-day from all-day slot
This commit is contained in:
committed by
Benoit TELLIER
parent
61358c081a
commit
41b4c41215
@@ -263,7 +263,7 @@ describe("EventPopover", () => {
|
||||
const newEvent = {
|
||||
title: "Meeting",
|
||||
start: "2025-07-18T00:00:00.000Z",
|
||||
end: "2025-07-19T00:00:00.000Z",
|
||||
end: "2025-07-18T00:00:00.000Z",
|
||||
allday: false,
|
||||
uid: "6045c603-11ab-43c5-bc30-0641420bb3a8",
|
||||
description: "Discuss project",
|
||||
|
||||
Reference in New Issue
Block a user