From 9b0a0532f8f840f61bb4abe161768f63caf6e635 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Fri, 26 Nov 2021 01:20:32 -0800 Subject: [PATCH] Calendar day header show current day If the current day is in the day header's duration, it changes The colors used match the colors used in Schedule for "current run" Related to Issue #38 --- components/calendar/view/View.vue | 40 ++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/components/calendar/view/View.vue b/components/calendar/view/View.vue index 70ee3b8f..c40e29c1 100644 --- a/components/calendar/view/View.vue +++ b/components/calendar/view/View.vue @@ -7,16 +7,30 @@