From c11e7c3ee6d3be2d43e36c8c81cfd4eb12c0f5d7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Sep 2021 17:56:50 +0000 Subject: [PATCH] --- ayanova/src/views/home-schedule.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index 1f9dbe03..700fdea9 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -314,9 +314,12 @@ /* TODO NEXT: - Display and open Reminders - reminder icon, appt. color is reminder selected color + Display and open Reviews + Review object changes: + Due date sb changed to "ReviewDate" meaning this is when the review should happen + if completed date is set then editable is false for schedule adn it should should a checkmark symbol indicating it's been done + review icon, appt color - no inherent so do grayish neutral and test on both dark and light modes Settings form @@ -763,6 +766,7 @@ export default { window.$gz.form.deleteAllErrorBoxErrors(this); let res = await window.$gz.api.post("schedule/personal", { view: window.$gz.util.calendarViewToAyaNovaEnum(this.viewType), + darkMode: this.$store.state.darkMode, start: window.$gz.locale.localTimeDateStringToUTC8601String( `${start.date}T00:00:00`, this.timeZoneName