From 568a1ffd6ca8ae678e73b390942091f26df59094 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:54:31 -0500 Subject: [PATCH] Add Thumbnail - Work in Progress --- src/views/contents/ContentEditorPage.vue | 30 +++++++++---------- src/views/contents/ContentList.vue | 8 +++-- src/views/contents/QuickyContentEditor.vue | 22 +++++++++++--- .../contents/contentcards/NContentCard.vue | 6 ++-- src/views/creators/CreatorHome.vue | 13 ++------ 5 files changed, 46 insertions(+), 33 deletions(-) diff --git a/src/views/contents/ContentEditorPage.vue b/src/views/contents/ContentEditorPage.vue index 0fd4839..96225c9 100644 --- a/src/views/contents/ContentEditorPage.vue +++ b/src/views/contents/ContentEditorPage.vue @@ -19,17 +19,17 @@ const toggleHtmlEditor = () => { + -