From 1868ade66fbbde7ef9a947a069986039c9f1c1c8 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:57:30 -0500 Subject: [PATCH] Thumbnail format --- .../contents/contentcards/NContentCard.vue | 320 +++++------------- 1 file changed, 77 insertions(+), 243 deletions(-) diff --git a/src/views/contents/contentcards/NContentCard.vue b/src/views/contents/contentcards/NContentCard.vue index f14e559..326f8c5 100644 --- a/src/views/contents/contentcards/NContentCard.vue +++ b/src/views/contents/contentcards/NContentCard.vue @@ -1,167 +1,10 @@ - - - - - - - - - {{ props.content.createdByName }} - - - {{ time_ago(props.content.createdAt) }} - - - - - - - mdi-dots-vertical - - - - - {{$t('contentCard.edit')}} - - - {{$t('contentCard.delete')}} - - - - - - {{ props.content.title }} - - - {{ props.content.description }} - - - - - - - - - - - {{ isExpanded ? 'Collapse' : 'Expand' }} - - - - - - - - - - - - - - - - - mdi-comment-outline - {{ messageCount }} - - - - - - - - {{ $t('contentCard.commenttitle') }} - - - - - - - - - - - - - - - - - {{$t('contentCard.deletecontenttitle')}} - - - - mdi-close - - - - - - {{$t('contentCard.deeletecontentwarning')}} - - - - - {{$t('general.yes')}} - - - {{$t('general.no')}} - - - - - - - - + + + + + + + + + + + {{ time_ago(props.content.createdAt) }} + + + + mdi-dots-vertical + + + + + {{$t('contentCard.delete')}} + + + + + + + + {{ props.content.title }} + + + + + + + {{$t('contentCard.deletecontenttitle')}} + + mdi-close + + + {{$t('contentCard.deeletecontentwarning')}} + + {{$t('general.yes')}} + {{$t('general.no')}} + + + + +