dynamize notifications view

This commit is contained in:
isUnknown 2024-10-29 17:26:23 +01:00
parent 8ed7331b61
commit c099e0d5ac
6 changed files with 127 additions and 132 deletions

View file

@ -7,7 +7,7 @@
<span class="comment__id">#{{ commentIndex }}</span>
</template>
<span class="comment__page">Page {{ comment.filePageIndex }}</span>
<span class="comment__page">Page {{ comment.file.pageIndex }}</span>
<time :datetime="dayjs(comment.date).format('YYYY-MM-DD')">{{
formatDate(comment.date)
}}</time>

View file

@ -42,7 +42,7 @@
<template v-else> état aucun commentaire </template>
</div>
<button
v-if="!openedComment"
v-if="!openedComment && !isAddOpen"
id="create-comment"
class="btn btn--white-20 | w-full"
@click="isAddOpen = true"