feat : notification de fin de contrat (veille ouvrée du dernier jour) #35

Merged
tristan merged 10 commits from feature/SIRH-43-ajouter-une-notif-la-veille-d-un-contrat-qui-se-te into develop 2026-06-24 14:04:54 +00:00
Showing only changes of commit 87444965be - Show all commits
+1 -1
View File
@@ -62,7 +62,7 @@
>
<div class="rounded-full h-[46px] w-[46px] min-w-[46px] bg-primary-500"></div>
<div class="flex flex-col min-w-0 text-[16px]">
<p class="text-black"><span class="font-semibold capitalize">{{ notification.actorName }}</span> {{ notification.message }}</p>
<p class="text-black"><span v-if="notification.actorName" class="font-semibold capitalize">{{ notification.actorName }} </span>{{ notification.message }}</p>
<p class="text-black">{{ formatTimeAgo(notification.createdAt) }} - {{ notification.category }}</p>
</div>
<span v-if="!notification.isRead" class="absolute right-4 bg-primary-500 h-4 w-4 rounded-full"></span>