appointment request notification working

This commit is contained in:
isUnknown 2025-01-27 14:46:50 +01:00
parent 54af78e32c
commit 85e3e7b2d4
4 changed files with 68 additions and 4 deletions

View file

@ -65,6 +65,7 @@ import Reply from "../components/notifications/Reply.vue";
import Content from "../components/notifications/Content.vue";
import { useRouter } from "vue-router";
import ProjectRequest from "../components/notifications/ProjectRequest.vue";
import AppointmentRequest from "../components/notifications/AppointmentRequest.vue";
dayjs.locale("fr");
@ -97,6 +98,7 @@ const notificationComponents = {
"comment-reply": Reply,
content: Content,
"project-request": ProjectRequest,
"appointment-request": AppointmentRequest,
};
const sortedNotifications = computed(() => {