Better reminders #308

Merged
konrad merged 37 commits from feature/better-reminders into master 2020-11-28 13:59:28 +00:00
Showing only changes of commit 6addbcf8bd - Show all commits

View File

@ -198,6 +198,7 @@ export default {
newDate.setMinutes(0) newDate.setMinutes(0)
newDate.setSeconds(0) newDate.setSeconds(0)
this.date = newDate this.date = newDate
this.flatPickrDate = newDate
this.updateData() this.updateData()
}, },
getDayIntervalFromString(date) { getDayIntervalFromString(date) {