From d04ed36a577b09aaf9f079df10ce96103bc16f87 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Sat, 22 Aug 2026 21:49:30 +1000 Subject: [PATCH] Add Scheduling card with expiry date field to Edit Meow form --- Views/Slides/Edit.cshtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Views/Slides/Edit.cshtml b/Views/Slides/Edit.cshtml index 8a30104..699e831 100644 --- a/Views/Slides/Edit.cshtml +++ b/Views/Slides/Edit.cshtml @@ -78,6 +78,20 @@ +
+
Scheduling
+
+
+ + +
After this time the Meow is automatically skipped on displays — it stays in the library, just not shown. Leave blank for no expiry.
+
+ @if (Model.ExpiresAt.HasValue && Model.ExpiresAt.Value <= DateTime.Now) + { + Expired + } +
+
Cancel