diff --git a/public/calendar.webp b/public/calendar.webp new file mode 100644 index 0000000..dde7d5a Binary files /dev/null and b/public/calendar.webp differ diff --git a/src/views/admin/club/protocol/ProtocolRouting.vue b/src/views/admin/club/protocol/ProtocolRouting.vue index ab7d77f..e333896 100644 --- a/src/views/admin/club/protocol/ProtocolRouting.vue +++ b/src/views/admin/club/protocol/ProtocolRouting.vue @@ -91,6 +91,12 @@ export default defineComponent({ }, // this.syncState is undefined, so it will never work // beforeRouteLeave(to, from, next) { + // const answer = window.confirm('Do you really want to leave? you have unsaved changes!') + // if (answer) { + // next() + // } else { + // next(false) + // } // if (this.syncState != "synced") { // this.executeSyncAll = Date.now(); // this.wantToClose = true; diff --git a/src/views/public/calendar/CalendarExplain.vue b/src/views/public/calendar/CalendarExplain.vue index 0aa1ac2..306d3c2 100644 --- a/src/views/public/calendar/CalendarExplain.vue +++ b/src/views/public/calendar/CalendarExplain.vue @@ -12,10 +12,53 @@ + -