From 9990a1f60fc30e0fa3b29e351b90a64af99a6d64 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 09:08:48 +0000 Subject: [PATCH] fix(date picker): hide "this weekend" option on Sunday after 9pm (#1813) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com> --- frontend/src/components/input/DatepickerInline.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/input/DatepickerInline.vue b/frontend/src/components/input/DatepickerInline.vue index 5f2d517d6..53e78150a 100644 --- a/frontend/src/components/input/DatepickerInline.vue +++ b/frontend/src/components/input/DatepickerInline.vue @@ -31,6 +31,7 @@