20-calendar-system #37

Merged
Ajdj100 merged 25 commits from 20-calendar-system into main 2025-11-28 00:06:10 -06:00
Showing only changes of commit 560a82cc09 - Show all commits

View File

@@ -72,6 +72,8 @@ const myAttendance = computed<CalendarSignup | null>(() => {
async function setAttendance(state: CalendarAttendance) {
setCalendarEventAttendance(activeEvent.value.id, state);
//refresh event data
activeEvent.value = await getCalendarEvent(activeEvent.value.id);
}
</script>