This commit is contained in:
2021-09-20 17:56:50 +00:00
parent eb98b19ce3
commit c11e7c3ee6

View File

@@ -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