feat: Enhance UI/UX across multiple views with consistent styling and improved layout #3

Merged
ciphervance merged 6 commits from feat/calendar-view into main 2025-06-21 21:31:00 +00:00
Showing only changes of commit 9ecaf8350b - Show all commits

View file

@ -31,14 +31,11 @@ public class LawnCareEvent
[Required] [Required]
[Display(Name = "Activity Type")] [Display(Name = "Activity Type")]
public LawnCareEventType EventType { get; set; } public LawnCareEventType EventType { get; set; }
// --- THIS IS THE LINE TO CHECK ---
// Make sure this property exists and is spelled correctly.
[Required] [Required]
[DataType(DataType.Date)] [DataType(DataType.Date)]
[Display(Name = "Date")] [Display(Name = "Date")]
public DateTime EventDate { get; set; } public DateTime EventDate { get; set; }
// ---------------------------------
[Display(Name = "Mowing Pattern")] [Display(Name = "Mowing Pattern")]
public MowingPattern? MowingPattern { get; set; } public MowingPattern? MowingPattern { get; set; }