This commit is contained in:
@@ -314,9 +314,12 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
TODO NEXT:
|
TODO NEXT:
|
||||||
Display and open Reminders
|
|
||||||
reminder icon, appt. color is reminder selected color
|
|
||||||
Display and open Reviews
|
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
|
review icon, appt color - no inherent so do grayish neutral and test on both dark and light modes
|
||||||
Settings form
|
Settings form
|
||||||
|
|
||||||
@@ -763,6 +766,7 @@ export default {
|
|||||||
window.$gz.form.deleteAllErrorBoxErrors(this);
|
window.$gz.form.deleteAllErrorBoxErrors(this);
|
||||||
let res = await window.$gz.api.post("schedule/personal", {
|
let res = await window.$gz.api.post("schedule/personal", {
|
||||||
view: window.$gz.util.calendarViewToAyaNovaEnum(this.viewType),
|
view: window.$gz.util.calendarViewToAyaNovaEnum(this.viewType),
|
||||||
|
darkMode: this.$store.state.darkMode,
|
||||||
start: window.$gz.locale.localTimeDateStringToUTC8601String(
|
start: window.$gz.locale.localTimeDateStringToUTC8601String(
|
||||||
`${start.date}T00:00:00`,
|
`${start.date}T00:00:00`,
|
||||||
this.timeZoneName
|
this.timeZoneName
|
||||||
|
|||||||
Reference in New Issue
Block a user